12 lines
471 B
Desktop File
12 lines
471 B
Desktop File
[Unit]
|
|
PartOf=mpd.service
|
|
After=mpd.service
|
|
Requires=mpd.service
|
|
Description=MPD Notifications
|
|
|
|
[Service]
|
|
ExecStart=/home/breizh/.local/bin/mpd-notif
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=default.target
|