]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/end.service
hashmap: avoid using TLS in a destructor
[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