From 31d9aebf0b6bbc33c71420e7d4706233a5887d24 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: [PATCH] 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 0e8eb84ba..545c94159 100644
--- a/systemd/mpd.service.in
+++ b/systemd/mpd.service.in
@@ -11,3 +11,4 @@ LimitRTTIME=infinity
 
 [Install]
 WantedBy=multi-user.target
+Also=mpd.socket