summaryrefslogtreecommitdiffstats
path: root/test/units/testsuite-01.service
blob: 85b9cf5a9695e7ca415760d26547754850a8cac4 (plain)
1
2
3
4
5
6
7
8
[Unit]
Description=TEST-01-BASIC
After=multi-user.target

[Service]
ExecStartPre=rm -f /failed /testok
ExecStart=sh -e -x -c 'systemctl --state=failed --no-legend --no-pager >/failed ; systemctl daemon-reload ; echo OK >/testok'
Type=oneshot