]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/end.service
Merge pull request #12802 from irtimmer/fix-openssl
[thirdparty/systemd.git] / test / end.service
1 [Unit]
2 Description=End the test
3 After=testsuite.service
4 OnFailure=poweroff.target
5 OnFailureJobMode=replace-irreversibly
6
7 [Service]
8 Type=oneshot
9 ExecStart=/bin/sh -x -c 'systemctl poweroff --no-block'
10 TimeoutStartSec=5m