diff options
author | Clément B <cb+debianbugreport@rthelemy.eu> | 2015-08-11 18:58:34 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2016-12-09 10:41:43 +0100 |
commit | 31d9aebf0b6bbc33c71420e7d4706233a5887d24 (patch) | |
tree | ef6879b09b239cf135c6a13cd15c7967cfe1dc84 /systemd/mpd.service.in | |
parent | 301abac0c1ca55e591b5afc53bf332cda294da19 (diff) |
systemd: also disable mpd.socket when disabling mpd.service
e.g. when running 'update-rc.d mpd disable'
Diffstat (limited to 'systemd/mpd.service.in')
-rw-r--r-- | systemd/mpd.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |