summaryrefslogtreecommitdiff
path: root/community/mpdscribble/service
blob: 1475866ce7575a66a09066582d01587666876407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=last.fm updater for MPD
Wants=mpd.service
After=mpd.service

[Service]
Type=forking
PIDFile=/run/mpdscribble.pid
ExecStart=/usr/bin/mpdscribble --pidfile /run/mpdscribble.pid

[Install]
WantedBy=multi-user.target