]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/units/testsuite-01.service
core,journald: use quoted commandlines
[thirdparty/systemd.git] / test / units / testsuite-01.service
1 [Unit]
2 Description=TEST-01-BASIC
3 After=multi-user.target
4
5 [Service]
6 ExecStartPre=rm -f /failed /testok
7 ExecStart=sh -e -x -c 'systemctl --state=failed --no-legend --no-pager >/failed ; systemctl daemon-reload ; echo OK >/testok'
8 Type=oneshot