mirror of
https://github.com/systemd/systemd.git
synced 2024-12-26 03:22:00 +03:00
8 lines
207 B
SYSTEMD
8 lines
207 B
SYSTEMD
|
[Unit]
|
||
|
Description=TEST-01-BASIC
|
||
|
After=multi-user.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=sh -e -x -c 'systemctl --state=failed --no-legend --no-pager >/failed ; systemctl daemon-reload ; echo OK >/testok'
|
||
|
Type=oneshot
|