mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
14 lines
408 B
Desktop File
14 lines
408 B
Desktop File
[Unit]
|
|
Description=librespot
|
|
After=kodi.service network-online.target sound.target
|
|
Requires=kodi.service network-online.target sound.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/storage/.kodi/addons/service.librespot/bin/librespot.env
|
|
ExecStart=/bin/sh /storage/.kodi/addons/service.librespot/bin/librespot.start
|
|
ExecStopPost=/usr/bin/pactl suspend-sink "$LS_SINK" 1
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=kodi.target
|