diff options
Diffstat (limited to '.config/systemd/user/mpdas.service')
-rw-r--r-- | .config/systemd/user/mpdas.service | 10 |
1 files changed, 10 insertions, 0 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 |