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 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/systemd/user/mpdas.service (limited to '.config/systemd/user/mpdas.service') 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 -- cgit v1.2.3