this post was submitted on 14 Sep 2023
11 points (100.0% liked)
Debian
836 readers
1 users here now
❤️ Debian
Rules
- Keep it about Debian.
- Be respectful.
- Engage in constructive discussions.
- Please, no harassment, hate speech, or trolling.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have a script that runs nightly via cron, it checks if a reboot is required through needrestart, logs the action and reboots the host if required (kernel update or glibc update): https://github.com/nodiscc/xsrv/blob/master/roles/monitoring_netdata/files/usr_local_bin_needrestart-autorestart
Nightly is a baseline, if requirements dictate that the host should not reboot without warning at 5am, I adjust the cron expression.
Wow, great... Didn't know about needrestart