garrettheath4 / rpi-chrome-display

Use a Raspberry Pi as a non-interactive kiosk to display a web page using the Chromium browser
0 stars 0 forks source link

Chromium exits unexpectedly #1

Open garrettheath4 opened 6 years ago

garrettheath4 commented 6 years ago

For some reason Chromium seems to exit at random times and the screen reveals the Raspbian desktop UI. Ideally Chromium should never exit or crash, but if it does it should be automatically re-launched.

garrettheath4 commented 6 years ago

This can probably be accomplished with a Bash while-true loop or by using the s6 process supervision suite.