diff options
author | Clément B <cb+debianbugreport@rthelemy.eu> | 2015-08-11 18:58:34 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-08-11 18:58:34 +0200 |
commit | 21ef656e24f421f92a14460791376d8121fedc3a (patch) | |
tree | f28becceb3d9c6d4f791638c8d2abe471f614e47 /systemd | |
parent | 3c4fe8cc047836c740124716cc50cd7deb0b9db5 (diff) | |
download | mpd-21ef656e24f421f92a14460791376d8121fedc3a.tar.gz mpd-21ef656e24f421f92a14460791376d8121fedc3a.tar.xz mpd-21ef656e24f421f92a14460791376d8121fedc3a.zip |
systemd: also disable mpd.socket when disabling mpd.service
e.g. when running 'update-rc.d mpd disable'
Diffstat (limited to 'systemd')
-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 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 |