mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
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
|