From bd1b97d43fb7c92f04b9845c88798798854dabe7 Mon Sep 17 00:00:00 2001 From: shmibs Date: Fri, 28 Nov 2014 11:59:59 -0700 Subject: 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 --- .config/systemd/user/mpdas.service | 10 ++++++++++ .config/systemd/user/scmpc.service | 11 ----------- 2 files changed, 10 insertions(+), 11 deletions(-) create mode 100644 .config/systemd/user/mpdas.service delete mode 100644 .config/systemd/user/scmpc.service (limited to '.config/systemd/user') 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 -- cgit v1.2.3