统一时间规划

This commit is contained in:
CallMeR
2023-07-26 14:57:51 +08:00
parent 17ae656734
commit 17ab25b998
6 changed files with 16 additions and 17 deletions
+2 -2
View File
@@ -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
```