summarylogtreecommitdiffstats
path: root/librespot.service
diff options
context:
space:
mode:
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