blob: e7ed75ef0544e88e7c5df759e9c3d098e9ac4467 [file] [log] [blame] [raw]
[Unit]
Description=End the test
After=testsuite.target
OnFailure=poweroff.target
OnFailureJobMode=replace-irreversibly
[Service]
Type=oneshot
ExecStart=/bin/sh -x -c 'systemctl poweroff --no-block'
TimeoutStartSec=5m