aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/mpd-notification.service
blob: af3130facc8276fb571cbb19ffd779fee4194797 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=MPD Notification
# Do not require any service here! We do rely on mpd OR network (for
# a remote mpd instance). So let the user care.
# We want to order after, though. This makes sure the resource is
# 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]
Type=notify
ExecStart=/usr/bin/mpd-notification

[Install]
WantedBy=default.target