summarylogtreecommitdiffstats
path: root/librespot.service
diff options
context:
space:
mode:
authorChristoph Gysin2017-08-16 23:36:35 +0300
committerChristoph Gysin2017-08-16 23:36:35 +0300
commit18b7bb4a639e1350cff3ff3dfc87dd43ddb99fb1 (patch)
tree40ed88f8b3c375cc9236b707e43973103a56143f /librespot.service
parenta92921a4c26767d164c83f688b023ccb29e378ed (diff)
downloadaur-18b7bb4a639e1350cff3ff3dfc87dd43ddb99fb1.tar.gz
use provided librespot.service
Diffstat (limited to 'librespot.service')
-rw-r--r--librespot.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/librespot.service b/librespot.service
deleted file mode 100644
index 7c7c2b7ca307..000000000000
--- a/librespot.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=An open source client library for Spotify
-
-[Service]
-EnvironmentFile=/etc/librespot.conf
-ExecStart=/usr/bin/librespot \
- --cache ${LIBRESPOT_CACHE} \
- --name ${LIBRESPOT_NAME} \
- --bitrate ${LIBRESPOT_BITRATE} \
- --username ${LIBRESPOT_USERNAME} \
- --password ${LIBRESPOT_PASSWORD}
-Restart=always
-
-[Install]
-WantedBy=default.target