From 9c11f2714def3fffacde24445cab90d2df6bccf3 Mon Sep 17 00:00:00 2001 From: Beeranco <49772805+Beeranco@users.noreply.github.com> Date: Sat, 12 Aug 2023 01:03:08 +0200 Subject: [PATCH] Update 50debian-unattended-upgrades --- Unattended-Security-Updates/50debian-unattended-upgrades | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Unattended-Security-Updates/50debian-unattended-upgrades b/Unattended-Security-Updates/50debian-unattended-upgrades index c5763b7..6d96a22 100644 --- a/Unattended-Security-Updates/50debian-unattended-upgrades +++ b/Unattended-Security-Updates/50debian-unattended-upgrades @@ -125,14 +125,14 @@ Unattended-Upgrade::Automatic-Reboot-WithUsers "true"; // If automatic reboot is enabled and needed, reboot at the specific // time instead of immediately // Default: "now" -Unattended-Upgrade::Automatic-Reboot-Time "02:00"; +Unattended-Upgrade::Automatic-Reboot-Time "04:00"; // Use apt bandwidth limit feature, this example limits the download // speed to 70kb/sec //Acquire::http::Dl-Limit "70"; // Enable logging to syslog. Default is False -Unattended-Upgrade::SyslogEnable "true"; +Unattended-Upgrade::SyslogEnable "false"; // Specify syslog facility. Default is daemon // Unattended-Upgrade::SyslogFacility "daemon";