1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-26 03:22:00 +03:00
systemd/test/units/testsuite-01.service

8 lines
207 B
SYSTEMD
Raw Normal View History

[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