]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/units/testsuite-10.service
24f0da35abd197430c9c1bf4b7c474eddb1b1486
[thirdparty/systemd.git] / test / units / testsuite-10.service
1 [Unit]
2 Description=TEST-10-ISSUE-2467
3
4 [Service]
5 ExecStartPre=rm -f /failed /testok
6 Type=oneshot
7 ExecStart=sh -e -x -c 'rm -f /tmp/nonexistent; systemctl start test10.socket; printf x >test.file; socat -t20 OPEN:test.file UNIX-CONNECT:/run/test.ctl; >/testok'