Salamek / chromium-kiosk

Chromium kiosk is simple package turning your Archlinux or Debian (and alike) based PC/Raspberry into simple web kiosk using chromium.
GNU General Public License v3.0
60 stars 10 forks source link

Feature Request: Restart the whole machine on CRON defined time #49

Closed mishoboss closed 2 years ago

mishoboss commented 2 years ago

Option to restart the whole machine on CRON defined time. Useful to keep the machine clean and working by periodically restarting it.

Salamek commented 2 years ago

Well i can add a CRON config in deb package doing that...? But for now you can just do

crontab -e under root and just put 0 0 * * * shutdown -r in there?

Salamek commented 2 years ago

I think we will leave this as OPT-IN and not implemented any way in this package since setting this up is super simple, i have created HOWTO for it here https://github.com/Salamek/chromium-kiosk/blob/master/.docs/README.md#periodic-reboot