Comment on Determining the efficacy of a restart from a bash script (Debian)
barkingspiders@infosec.pub 1 month agoI’m reading this again and had another thought. On an average Debian server reboot-required is really only ever triggered by kernel upgrades and those happen more often than you want but also not very often. They are also usually worth installing for either security or performance improvements.
It’s usually ok to just set a convenient time for unattended-upgrades
to run, let it watch for reboot-required
and then reboot automatically. If your services can’t handle starting at boot or turning off gracefully then you will have other problems anyway.
On the other hand, if even a few minutes of downtime every couple of months at a scheduled time is too much, just disable AUTO-REBOOT in the config file and do it by hand whenever it works for you. It’s all good. Do what works best for you, that’s the best part of Linux.
needs-restart
is another great package that will check if package updates should restart any services to take effect and restart them if so. Goes nicely with unattended-upgrades
sxan@midwest.social 1 month ago
Cries in Arch