diff options
-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 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] |