diff options
author | Christian Hesse <mail@eworm.de> | 2016-05-06 08:12:49 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-05-06 08:12:49 +0200 |
commit | f1fa439c0fd86bb76868e7e924c515cf209c3f84 (patch) | |
tree | 1021eaabdc935116ad340fd036c1d65583e6c11c /systemd | |
parent | ce3eb2e3c0df503a5903a673b2c1ed1f7c11125c (diff) | |
download | mpd-notification-f1fa439c0fd86bb76868e7e924c515cf209c3f84.tar.gz mpd-notification-f1fa439c0fd86bb76868e7e924c515cf209c3f84.tar.zst |
make systemd unit depend on mpd
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/mpd-notification.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systemd/mpd-notification.service b/systemd/mpd-notification.service index e0dae1b..c377c90 100644 --- a/systemd/mpd-notification.service +++ b/systemd/mpd-notification.service @@ -1,5 +1,6 @@ [Unit] Description=MPD Notification +Requires=mpd.service [Service] Type=simple |