summaryrefslogtreecommitdiffstats
path: root/test/units/testsuite-24.service
blob: e66f61388f11e42a30a436253ca9d98e64e01768 (plain)
1
2
3
4
5
6
7
8
[Unit]
Description=TEST-24-CRYPTSETUP
After=multi-user.target

[Service]
ExecStartPre=rm -f /failed /testok
ExecStart=sh -x -e -c 'mountpoint /var; systemctl --state=failed --no-legend --no-pager >/failed; echo OK >/testok'
Type=oneshot