systemd: also disable mpd.socket when disabling mpd.service
e.g. when running 'update-rc.d mpd disable'
This commit is contained in:
parent
301abac0c1
commit
31d9aebf0b
|
@ -11,3 +11,4 @@ LimitRTTIME=infinity
|
|||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Also=mpd.socket
|
||||
|
|
Loading…
Reference in New Issue