Lakka-LibreELEC/packages/addons/service/snapclient/source/system.d/service.snapclient.service
cr3bs dcb12db290 snapclient: Set ALSA_PLUGIN_DIR (109)
- Set ALSA_PLUGIN_DIR in systemd service unit
- Update addon meta information to rev 109
2022-03-17 21:09:06 +01:00

12 lines
352 B
Desktop File

[Unit]
Description=Snapclient
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
[Install]
WantedBy=kodi.target