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