I got some project where need to have simple workstation with running only web browser. It should boot -> autologin and run browser; when somebody will close browser it should start it again.
I have made autologin in console, and run browser with startx from .bashrc but I stuck on browser reopen, now when somebody will close browser workstation is going back to bash in tty and not starting X11 with browser again.
Is there any nice trick to keep browser life in loop?
regards Peval