调整部分时间相关参数

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
+1 -1
View File
@@ -65,7 +65,7 @@
`启动/关机顺序``2` ,表示该虚拟机第 `2` 个启动,倒数第 `2` 个关机。
`启动延时``10` ,表示该虚拟机启动后,延迟 `10` 秒再启动下一个虚拟机。
`启动延时``15` ,表示该虚拟机启动后,延迟 `15` 秒再启动下一个虚拟机。
![克隆虚拟机自动启动顺序](img/p06/vm_clone_autostart_order.jpeg)
+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
```