mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-15 14:29:49 +00:00
dcb12db290
- Set ALSA_PLUGIN_DIR in systemd service unit - Update addon meta information to rev 109
13 lines
352 B
Desktop File
13 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
|