aboutsummaryrefslogtreecommitdiffstats
path: root/.config/systemd/user
diff options
context:
space:
mode:
authorshmibs <shmibs@gmail.com>2014-11-28 11:59:59 -0700
committershmibs <shmibs@gmail.com>2014-11-28 11:59:59 -0700
commitbd1b97d43fb7c92f04b9845c88798798854dabe7 (patch)
tree59ed3cf2a4d4b97d4b0f434cfcd9cef907e322fd /.config/systemd/user
parenta7c6cad066bcb2c2fede3cdbf701a4b2fae0d583 (diff)
downloaddotfiles-bd1b97d43fb7c92f04b9845c88798798854dabe7.tar.gz
scmpc -> mpdas
scmpc was scrobbling things multiple times, and it was really annoying i can't get mpdas to look for its config using ~ instead of my actual path, though, which is annoying
Diffstat (limited to '.config/systemd/user')
-rw-r--r--.config/systemd/user/mpdas.service10
-rw-r--r--.config/systemd/user/scmpc.service11
2 files changed, 10 insertions, 11 deletions
diff --git a/.config/systemd/user/mpdas.service b/.config/systemd/user/mpdas.service
new file mode 100644
index 0000000..11b185f
--- /dev/null
+++ b/.config/systemd/user/mpdas.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Scrobbling Demon
+
+After=mpd.service network.target
+
+[Service]
+ExecStart=/usr/bin/mpdas -c /home/shmibs/.config/mpdas/mpdasrc
+
+[Install]
+WantedBy=default.target
diff --git a/.config/systemd/user/scmpc.service b/.config/systemd/user/scmpc.service
deleted file mode 100644
index 04cf77c..0000000
--- a/.config/systemd/user/scmpc.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Scrobbling Demon
-
-Wants=mpd.service
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/scmpc -n -f ~/.config/scmpc/scmpc.conf
-
-[Install]
-WantedBy=default.target