Lines Matching refs:socket
8 U=/run/systemd/system/test12.socket
11 Description=Test 12 socket
14 ListenStream=/run/test12.socket
23 StandardInput=socket
27 systemctl start test12.socket
28 systemctl is-active test12.socket
30 echo A | nc -w1 -U /run/test12.socket
34 systemctl is-active test12.socket
36 echo B | nc -w1 -U /run/test12.socket && exit 1
40 systemctl is-active test12.socket
41 echo C | nc -w1 -U /run/test12.socket && exit 1
44 systemctl restart test12.socket
45 systemctl is-active test12.socket
46 echo D | nc -w1 -U /run/test12.socket