mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-16 04:28:52 +00:00
14 lines
391 B
Desktop File
14 lines
391 B
Desktop File
[Unit]
|
|
Description=Sundtek driver service
|
|
After=network-online.service
|
|
Requires=network-online.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=-/bin/sh -c "exec sh /storage/.kodi/addons/driver.dvb.sundtek-mediatv/bin/sundtek-mediatv.start"
|
|
ExecStop=-/bin/sh -c "exec sh /storage/.kodi/addons/driver.dvb.sundtek-mediatv/bin/sundtek-mediatv.stop"
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=kodi.target
|