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

[Install]
WantedBy=default.target