Systemd/test/units/testsuite-02.service

8 lines
184 B
SYSTEMD
Raw Normal View History

[Unit]
Description=TEST-02-CRYPTSETUP
After=multi-user.target
[Service]
ExecStart=sh -x -c 'systemctl --state=failed --no-legend --no-pager >/failed ; echo OK > /testok'
Type=oneshot