]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/end.service
network: make all failures in route configuration fatal
[thirdparty/systemd.git] / test / end.service
CommitLineData
5c404f1a
EV
1[Unit]
2Description=End the test
3After=testsuite.service
4OnFailure=poweroff.target
5OnFailureJobMode=replace-irreversibly
6
7[Service]
8Type=oneshot
9ExecStart=/bin/sh -x -c 'systemctl poweroff --no-block'
10TimeoutStartSec=5m