diff --git a/plinth/modules/upgrades/data/etc/apt/apt.conf.d/60unattended-upgrades b/plinth/modules/upgrades/data/etc/apt/apt.conf.d/60unattended-upgrades index f9965ce21..363873f00 100644 --- a/plinth/modules/upgrades/data/etc/apt/apt.conf.d/60unattended-upgrades +++ b/plinth/modules/upgrades/data/etc/apt/apt.conf.d/60unattended-upgrades @@ -18,3 +18,7 @@ Unattended-Upgrade::Origins-Pattern { // Automatically reboot *WITHOUT CONFIRMATION* if // the file /var/run/reboot-required is found after the upgrade Unattended-Upgrade::Automatic-Reboot "true"; + +// If automatic reboot is enabled and needed, reboot at the specific +// time instead of immediately +Unattended-Upgrade::Automatic-Reboot-Time "02:00";