summarylogtreecommitdiffstats
path: root/spotify-connect-web@.service
blob: cb1a3ecf657bc9140163786aefa17a06bb08d60d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Simple web client for spotify connect
Documentation=https://github.com/chukysoria/spotify-connect-web
After=network.target

[Service]
User=%i
ExecStart=/usr/bin/python2 /usr/lib/spotify-connect-web/main.py --key ${HOME}/.config/spotify-connect-web/spotify_appkey.key --credentials ${HOME}/.config/spotify-connect-web/credentials.json --bitrate 320 --name "SpotifyConnectWeb" --dbrange 50 -o default:CARD=ALSA
#Restart=on-failure

[Install]
WantedBy=multi-user.target