mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
9 lines
242 B
Desktop File
9 lines
242 B
Desktop File
[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
|