mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #6308 from cr3bs/feature/addons-service-snapclient-enhancements
snapclient: Set ALSA_PLUGIN_DIR (109)
This commit is contained in:
commit
fbeff1dd2e
@ -1,3 +1,6 @@
|
||||
109
|
||||
- Set ALSA_PLUGIN_DIR in systemd service unit
|
||||
|
||||
108
|
||||
- alsa-plugins: update to 1.2.6
|
||||
- asio: update to 1.21.0
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PKG_NAME="snapclient"
|
||||
PKG_VERSION="0.26.0"
|
||||
PKG_REV="108"
|
||||
PKG_REV="109"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPLv3"
|
||||
PKG_DEPENDS_TARGET="toolchain alsa-plugins snapcast"
|
||||
|
@ -4,6 +4,7 @@ After=kodi.service network-online.target sound.target
|
||||
Requires=kodi.service network-online.target sound.target
|
||||
|
||||
[Service]
|
||||
Environment=ALSA_PLUGIN_DIR=/storage/.kodi/addons/service.snapclient/lib
|
||||
ExecStart=/bin/sh /storage/.kodi/addons/service.snapclient/bin/snapclient.start
|
||||
Restart=always
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user