Cross Reference: end.service
xref
: /
systemd
/
test
/
end.service
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
[Unit]
Description=End the test
After=
testsuite.service
OnFailure=
poweroff.target
OnFailureJobMode=replace-irreversibly
[Service]
Type=oneshot
ExecStart=
/bin/sh
-x -c 'systemctl poweroff --no-block'
TimeoutStartSec=5m