diff options
author | shmibs <shmibs@gmail.com> | 2014-11-28 11:59:59 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-11-28 11:59:59 -0700 |
commit | bd1b97d43fb7c92f04b9845c88798798854dabe7 (patch) | |
tree | 59ed3cf2a4d4b97d4b0f434cfcd9cef907e322fd | |
parent | a7c6cad066bcb2c2fede3cdbf701a4b2fae0d583 (diff) | |
download | dotfiles-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
-rw-r--r-- | .config/systemd/user/mpdas.service | 10 | ||||
-rw-r--r-- | .config/systemd/user/scmpc.service | 11 |
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 |