]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/units/testsuite-02.service
Merge pull request #14930 from tomhughes/dnssec-canonicalise
[thirdparty/systemd.git] / test / units / testsuite-02.service
1 [Unit]
2 Description=TEST-02-CRYPTSETUP
3 After=multi-user.target
4
5 [Service]
6 ExecStartPre=rm -f /failed /testok
7 ExecStart=sh -x -c 'systemctl --state=failed --no-legend --no-pager >/failed ; echo OK > /testok'
8 Type=oneshot