mirror of
https://git.proxmox.com/git/systemd
synced 2025-07-24 14:19:22 +00:00
11 lines
219 B
Desktop File
11 lines
219 B
Desktop File
[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
|