diff options
author | Christian Hesse <mail@eworm.de> | 2018-09-14 16:30:42 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-09-14 16:30:42 +0200 |
commit | a9f482bf8e6de94d1299ce6f76edcd938986803a (patch) | |
tree | ca20eb81be3b5ed5a2fbc6c364a44e1ddbc0b959 /systemd | |
parent | 20adf5d80266998ec64af7eed1e6b1d917ad4494 (diff) | |
download | mpd-notification-a9f482bf8e6de94d1299ce6f76edcd938986803a.tar.gz mpd-notification-a9f482bf8e6de94d1299ce6f76edcd938986803a.tar.zst |
require dbus.socket
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 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] |