summarylogtreecommitdiffstats
path: root/mpdas.service
diff options
context:
space:
mode:
authorJoakim Reinert2016-02-01 21:04:07 +0100
committerJoakim Reinert2016-02-01 21:04:37 +0100
commit5145511df4944a0b6b95f967db3ddbc9b481eef5 (patch)
tree94dfe92b45db68433ef19191f7f86db67aa26952 /mpdas.service
downloadaur-mpdas-git.tar.gz
Initial commit
Diffstat (limited to 'mpdas.service')
-rw-r--r--mpdas.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/mpdas.service b/mpdas.service
new file mode 100644
index 000000000000..551d8bf9ad44
--- /dev/null
+++ b/mpdas.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=AudoScrobbler client for MPD
+After=mpd.service
+
+[Service]
+ExecStart=/usr/bin/mpdas
+
+[Install]
+WantedBy=multi-user.target