aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-09-14 16:30:42 +0200
committerGravatar Christian Hesse <mail@eworm.de>2018-09-14 16:30:42 +0200
commita9f482bf8e6de94d1299ce6f76edcd938986803a (patch)
treeca20eb81be3b5ed5a2fbc6c364a44e1ddbc0b959
parent20adf5d80266998ec64af7eed1e6b1d917ad4494 (diff)
downloadmpd-notification-a9f482bf8e6de94d1299ce6f76edcd938986803a.tar.gz
mpd-notification-a9f482bf8e6de94d1299ce6f76edcd938986803a.tar.zst
require dbus.socket
-rw-r--r--systemd/mpd-notification.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/systemd/mpd-notification.service b/systemd/mpd-notification.service
index 6afa9ba..af3130f 100644
--- a/systemd/mpd-notification.service
+++ b/systemd/mpd-notification.service
@@ -6,6 +6,7 @@ Description=MPD Notification
# available on start and mpd-notification can cleanly disconnect on
# system shutdown.
After=mpd.service network.target network-online.target
+Requires=dbus.socket
ConditionUser=!@system
[Service]