summarylogtreecommitdiffstats
path: root/spotify-connect-web@.service
diff options
context:
space:
mode:
authorcrystaly2016-03-03 18:24:38 +0100
committercrystaly2016-03-03 18:24:38 +0100
commiteebb9ee0008f5a935d9cc9b08462b4409f6313d6 (patch)
tree039eb8823ce51dd923f8dae2d00da99e4a80162c /spotify-connect-web@.service
downloadaur-eebb9ee0008f5a935d9cc9b08462b4409f6313d6.tar.gz
Initial import
Diffstat (limited to 'spotify-connect-web@.service')
-rw-r--r--spotify-connect-web@.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/spotify-connect-web@.service b/spotify-connect-web@.service
new file mode 100644
index 000000000000..0b2dc1a3812e
--- /dev/null
+++ b/spotify-connect-web@.service
@@ -0,0 +1,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"
+#Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target