mpd/systemd/system/mpd.socket.in
naglis df069bc456 systemd: base "ListenStream" on build options
Make `mpd.socket` configurable based on build options, so that e.g.
`ListenStream=6600` is not added if `tcp` option is not enabled.
2023-09-15 23:38:59 +03:00

9 lines
107 B
SYSTEMD

[Socket]
@listen_streams@
Backlog=5
KeepAlive=true
PassCredentials=true
[Install]
WantedBy=sockets.target