Linux Keep a script from an add-on running after I kill Kodi, is it possible?
#1
I am using Libreelec and I made a small add-on that works as a launcher. basically is just this:

python:
xbmc.executebuiltin('System.Exec("/usr/bin/script.sh")')
xbmc.executebuiltin('Quit')

Script runs fine, but it gets killed as soon as Kodi quits, I understand why it does it, but it's there a way to run a script/application without running it as a service and keep it running after Kodi quits?
Reply

Logout Mark Read Team Forum Stats Members Help
Linux Keep a script from an add-on running after I kill Kodi, is it possible?0