blob: 85b9cf5a9695e7ca415760d26547754850a8cac4 [file] [log] [blame] [raw]
[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