mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 05:09:44 +01:00
0a30138c69
This allows `systemctl --user restart mpd.socket` to work properly.
8 lines
124 B
SYSTEMD
8 lines
124 B
SYSTEMD
[Install]
|
|
WantedBy=sockets.target
|
|
|
|
[Socket]
|
|
Backlog=5
|
|
KeepAlive=true
|
|
ListenStream=127.0.0.1:6600
|
|
ListenStream=%t/mpd/socket
|