So i m trying to setup a command with autostart.sh
command works fine..
autostart.sh works fine...command executed..
Command is for mounting an sshfs share remotely for recordings which also works fine..
My issue is that this Rpi is only used as a TvHeadend server and had kodi always disabled and do everything I need trough SSH..
Kodi is disabled by the kodi.service in .config system.d
Problem is that when kodi is disabled,autostart won't work/start...
Is there any way I can make autostart.sh work without kodi running...
Or does it makes sense if I let kodi start normally...autostart.sh executed and add stop kodi to autostart after my mount command?
Thanks
Well I answered my own question...so let kodi start and run autostart and then stop kodi works fine..
Still can't understand why autostart.sh needs kodi.service to work...
Maybe someone can shed some light?