From 21ef656e24f421f92a14460791376d8121fedc3a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20B?= <cb+debianbugreport@rthelemy.eu>
Date: Tue, 11 Aug 2015 18:58:34 +0200
Subject: systemd: also disable mpd.socket when disabling mpd.service

e.g. when running 'update-rc.d mpd disable'
---
 systemd/mpd.service.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/systemd/mpd.service.in b/systemd/mpd.service.in
index caf0d67ca..bb7b5802a 100644
--- a/systemd/mpd.service.in
+++ b/systemd/mpd.service.in
@@ -21,3 +21,4 @@ ControlGroupAttribute=cpu.rt_runtime_us 500000
 
 [Install]
 WantedBy=multi-user.target
+Also=mpd.socket
-- 
cgit v1.2.3