1# SPDX-License-Identifier: LGPL-2.1-or-later
2[Unit]
3Description=End the test
4After=testsuite.target
5OnFailure=poweroff.target
6OnFailureJobMode=replace-irreversibly
7
8[Service]
9Type=oneshot
10ExecStart=/bin/sh -x -c 'systemctl poweroff --no-block'
11TimeoutStartSec=5m
12