summarylogtreecommitdiffstats
path: root/spotify-connect-web@.service
blob: 9a1dc87be5f1427371cfffe63b73210efb2a869d (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
#Restart=on-failure

[Install]
WantedBy=multi-user.target