uau: reboot if needed (e.g. on kernel update)

Manually rebooting is tedious and nothing bad happend over the last few
years. Also important VMs are still on manual update.
This commit is contained in:
Markus 2020-11-14 10:44:55 +01:00
parent 8ef5789f4a
commit 6249d9d62f
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ Unattended-Upgrade::Remove-Unused-Dependencies "true";
// Automatically reboot *WITHOUT CONFIRMATION* if
// the file /var/run/reboot-required is found after the upgrade
//Unattended-Upgrade::Automatic-Reboot "false";
Unattended-Upgrade::Automatic-Reboot "true";
// Automatically reboot even if there are users currently logged in
// when Unattended-Upgrade::Automatic-Reboot is set to true