diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-04 23:30:16 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-04 23:30:16 +0200 |
commit | 8b92cc10ab7c6739a153917e8b20524985f9bdfd (patch) | |
tree | c77813f91b75fc17d61bdf4e00e556663de8cee8 /systemd/user/mpd.service | |
parent | 2e7e3ac075bbb25f8c7b8a416e0667f51b26a5fd (diff) | |
download | dotfiles-8b92cc10ab7c6739a153917e8b20524985f9bdfd.tar.xz |
mpd.service: doesn't make sense to use --kill when not daemonized
Diffstat (limited to 'systemd/user/mpd.service')
-rw-r--r-- | systemd/user/mpd.service | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/systemd/user/mpd.service b/systemd/user/mpd.service index c9c3276..48ab717 100644 --- a/systemd/user/mpd.service +++ b/systemd/user/mpd.service @@ -4,7 +4,6 @@ Description=Music Player Daemon [Service] Environment=PULSE_PROP=application.icon_name=sound ExecStart=/usr/bin/mpd --no-daemon -ExecStop=/usr/bin/mpd --kill [Install] WantedBy=default.target |