summaryrefslogtreecommitdiff
path: root/community/mpdscribble/service
diff options
context:
space:
mode:
Diffstat (limited to 'community/mpdscribble/service')
-rw-r--r--community/mpdscribble/service12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/mpdscribble/service b/community/mpdscribble/service
new file mode 100644
index 000000000..1475866ce
--- /dev/null
+++ b/community/mpdscribble/service
@@ -0,0 +1,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