summaryrefslogtreecommitdiff
path: root/community/mpdscribble/service
diff options
context:
space:
mode:
Diffstat (limited to 'community/mpdscribble/service')
-rw-r--r--community/mpdscribble/service9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/mpdscribble/service b/community/mpdscribble/service
new file mode 100644
index 000000000..25f64d7d5
--- /dev/null
+++ b/community/mpdscribble/service
@@ -0,0 +1,9 @@
+[Unit]
+Description=last.fm updater for MPD
+After=mpd.service
+
+[Service]
+ExecStart=/usr/bin/mpdscribble --no-daemon
+
+[Install]
+WantedBy=multi-user.target