mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-14 01:57:27 +03:00
7 lines
225 B
SYSTEMD
7 lines
225 B
SYSTEMD
|
[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'
|