aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-06-27 14:29:54 +0200
committerDavid Runge <dave@sleepmap.de>2015-06-27 14:29:54 +0200
commit4e722d35ac83ae92236d14f59ee1a29dfe87ba39 (patch)
tree9fb1973eb27c73fbe4522e978ea88161f5047140
parentd3b1ce4899c71d0ff41313a7bce092b39f0f3168 (diff)
downloaduenv-4e722d35ac83ae92236d14f59ee1a29dfe87ba39.tar.gz
uenv-4e722d35ac83ae92236d14f59ee1a29dfe87ba39.tar.bz2
uenv-4e722d35ac83ae92236d14f59ee1a29dfe87ba39.tar.xz
uenv-4e722d35ac83ae92236d14f59ee1a29dfe87ba39.zip
user/mpd@.service: Adding Conflicts line with mpd.service to have it automatically stopped, when starting the profile based mpd service.
-rw-r--r--user/mpd@.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/mpd@.service b/user/mpd@.service
index dc0b73b..b3a6810 100644
--- a/user/mpd@.service
+++ b/user/mpd@.service
@@ -1,6 +1,7 @@
[Unit]
Description=Music Player Daemon
After=network.target sound.target
+Conflicts=mpd.service
[Service]
ExecStart=/usr/bin/mpd --no-daemon %h/.config/mpd/mpd-%i.conf