diff options
Diffstat (limited to 'systemd/user/mpd.socket')
-rw-r--r-- | systemd/user/mpd.socket | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/systemd/user/mpd.socket b/systemd/user/mpd.socket new file mode 100644 index 0000000..1875980 --- /dev/null +++ b/systemd/user/mpd.socket @@ -0,0 +1,8 @@ +[Unit] +Description=Music Player Daemon Sockets + +[Socket] +ListenStream=6600 + +[Install] +WantedBy=sockets.target |