mirror of
https://github.com/debloper/xiosk.git
synced 2026-04-26 21:35:51 +03:00
[GH-ISSUE #48] reboot system regulary #45
Labels
No labels
bug
bug
documentation
enhancement
enhancement
feature request
good first issue
good first issue
help wanted
invalid
priority: high
priority: low
priority: medium
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/xiosk#45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @adcurtin on GitHub (Oct 10, 2024).
Original GitHub issue: https://github.com/debloper/xiosk/issues/48
I used to use chilipie kiosk, that rebooted the pi every day at 3am to prevent memory leaks and other issues from eventually causing problems. An option to automatically reboot the pi regularly would be helpful
@andiohn commented on GitHub (Oct 10, 2024):
Cron job. Just make a cron job to reboot until we have the ability to schedule tasks from the interface.
https://github.com/debloper/piosk/issues/28
@debloper commented on GitHub (Oct 12, 2024):
Agreed... until the root cause of the 8hr crash is detected, it's better to just reboot it.
@tismofied commented on GitHub (Nov 29, 2024):
Oohhh That's why I am finding the pi at the desktop and the kiosk mode is stopped 😳.
Is it because of browser memory leaks?
I use the kiosk to pull up grafana local dashboards.
@tismofied commented on GitHub (Nov 29, 2024):
Would a cronjob like this be safe to use on my pi to reboots every 8 hours?
0 */8 * * * /sbin/shutdown -r now@creative0100 commented on GitHub (Dec 2, 2024):
well that explains why I come into a desktop rather than piosk running!
@debloper commented on GitHub (Dec 9, 2024):
@tismofied should be alright to reboot, but the path is
/usr/sbin/shutdownand if you just userebootthen you'll not need the-r nowargs.BTW, if any of you come to understand what's the root cause of this crash, please post it. Thanks!
@parthsidpara commented on GitHub (Sep 8, 2025):
@debloper
Could we add a scheduled reboot option to the dashboard in v5?
@debloper commented on GitHub (Sep 8, 2025):
@parthsidpara sounds good... there's also HDMI CEC implementation/support request (#19, #28) that'll be good to have in that advanced section as well.