]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/units/testsuite-14.service
Merge pull request #13084 from ddstreet/log_time
[thirdparty/systemd.git] / test / units / testsuite-14.service
1 [Unit]
2 Description=TEST-14-MACHINE-ID
3
4 [Service]
5 ExecStartPre=rm -f /failed /testok
6 ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
7 ExecStart=/bin/sh -e -x -c 'systemctl --state=failed --no-legend --no-pager >/failed ; echo OK >/testok'
8 Type=oneshot