mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-09-01 14:32:53 +08:00
统一时间规划
This commit is contained in:
+2
-2
@@ -354,7 +354,7 @@ Unattended-Upgrade::Remove-Unused-Dependencies "true";
|
||||
|
||||
Unattended-Upgrade::Automatic-Reboot "true";
|
||||
|
||||
Unattended-Upgrade::Automatic-Reboot-Time "04:30";
|
||||
Unattended-Upgrade::Automatic-Reboot-Time "03:00";
|
||||
|
||||
```
|
||||
|
||||
@@ -406,7 +406,7 @@ $ sudo crontab -e
|
||||
```bash
|
||||
## 定时任务配置项
|
||||
|
||||
0 6 8,24 * * /usr/sbin/reboot
|
||||
30 4 8,24 * * /usr/sbin/reboot
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user