summarylogtreecommitdiffstats
path: root/spotify-connect-web@.service
blob: 8ba75cbd35347b38cc714b388b2c9d660599b352 (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" --volmin=50 --volmax=80 -d
#Restart=on-failure

[Install]
WantedBy=multi-user.target