]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/units/testsuite-24.service
test: switch TEST-02-CRYPTSETUP and TEST-24-UNITTESTS
[thirdparty/systemd.git] / test / units / testsuite-24.service
CommitLineData
f4c40fd7 1[Unit]
9309a23b
ZJS
2Description=TEST-24-CRYPTSETUP
3After=multi-user.target
f4c40fd7
ZJS
4
5[Service]
4962ed9f 6ExecStartPre=rm -f /failed /testok
9309a23b 7ExecStart=sh -x -e -c 'mountpoint /var; systemctl --state=failed --no-legend --no-pager >/failed; echo OK >/testok'
f4c40fd7 8Type=oneshot