summarylogtreecommitdiffstats
path: root/librespot.service
blob: 7c7c2b7ca30755f839d31e2b19d5648e132cfbf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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