mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
78d774bab4
Use a socket unit to make sure the socket exists before we start the client that accesses it.
7 lines
99 B
SYSTEMD
7 lines
99 B
SYSTEMD
[Unit]
|
|
Description=TEST-77-OPENFILE server socket
|
|
|
|
[Socket]
|
|
ListenStream=/tmp/test.sock
|
|
Accept=yes
|