howto in kiosk mode run chromium after nodered up?
So first you want to autostart node red and after that, when it’s started, chromium in kiosk mode?
yes, or delay chomium start
You could add a sleep into chromium start script
Yes, in dietpi-autostart
there is an option to set autostart for chromium in kiosk mode.
The script can be found at /var/lib/dietpi/dietpi-software/installed/chromium-autostart.sh
, but I’m not sure if the modification will survive an update, what do you think @Joulinar ?
Just add the line before the exec
command, like
sleep 5m
thanks
Yes should survive an update.
1 Like