调整部分时间相关参数

This commit is contained in:
CallMeR
2025-01-18 09:26:33 +08:00
parent 573468ca94
commit ccd3942725
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -379,7 +379,7 @@ Unattended-Upgrade::Remove-Unused-Dependencies "true";
Unattended-Upgrade::Automatic-Reboot "true";
Unattended-Upgrade::Automatic-Reboot-Time "03:00";
Unattended-Upgrade::Automatic-Reboot-Time "13:00";
```
@@ -397,7 +397,7 @@ $ sudo systemctl edit apt-daily-upgrade.timer
[Timer]
OnCalendar=
OnCalendar=02:00
OnCalendar=12:00
RandomizedDelaySec=0
```