mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 12:13:33 +08:00
78d774bab4
Use a socket unit to make sure the socket exists before we start the client that accesses it.
8 lines
121 B
Desktop File
8 lines
121 B
Desktop File
[Unit]
|
|
Description=TEST-77-OPENFILE server
|
|
|
|
[Service]
|
|
ExecStart=echo "Socket"
|
|
StandardInput=socket
|
|
StandardOutput=socket
|