1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-14 01:57:27 +03:00
systemd-stable/test/units/testsuite-10.service

7 lines
225 B
SYSTEMD
Raw Normal View History

[Unit]
Description=TEST-10-ISSUE-2467
[Service]
Type=oneshot
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'