mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
11 lines
219 B
SYSTEMD
11 lines
219 B
SYSTEMD
|
[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
|