mirror of
https://github.com/systemd/systemd.git
synced 2026-07-11 18:13:31 +00:00
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
|