mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-10 13:57:25 +03:00
7 lines
225 B
Desktop File
7 lines
225 B
Desktop File
[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'
|