1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 03:25:31 +03:00
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