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