diff options
Diffstat (limited to '')
-rw-r--r-- | systemd/mpd.socket | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/systemd/mpd.socket b/systemd/mpd.socket new file mode 100644 index 000000000..c4692592c --- /dev/null +++ b/systemd/mpd.socket @@ -0,0 +1,9 @@ +[Socket] +ListenStream=/run/mpd/socket +ListenStream=6600 +Backlog=5 +KeepAlive=true +PassCredentials=true + +[Install] +WantedBy=sockets.target |