aboutsummaryrefslogtreecommitdiffstats
path: root/.config/systemd/user/scmpc.service
blob: 04cf77cc9ce540b0be0744ec5f037d48da75a516 (plain)
1
2
3
4
5
6
7
8
9
10
11
[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