]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/units/testsuite-24.service
tests: add spdx license header to test unit/link/network/conf files
[thirdparty/systemd.git] / test / units / testsuite-24.service
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Description=TEST-24-CRYPTSETUP
4 After=multi-user.target
5
6 [Service]
7 ExecStartPre=rm -f /failed /testok
8 ExecStart=sh -x -e -c 'mountpoint /var; systemctl --state=failed --no-legend --no-pager >/failed; echo OK >/testok'
9 Type=oneshot