更新文案描述

This commit is contained in:
CallMeR
2026-08-14 23:38:13 +08:00
parent 2fadc58a84
commit a0a3a02a18
4 changed files with 1 additions and 9 deletions
+1 -3
View File
@@ -384,10 +384,8 @@ $ sudo systemctl status apt-daily-upgrade.timer
本步骤为可选操作,主要设置系统定时重启。
执行以下命令创建 Cronie 系统定时任务文件。
```bash
## 创建 Guest OS 定时重启任务
## 创建本机定时重启任务
$ sudo tee /etc/cron.d/guest-os-reboot >/dev/null <<'EOF'
30 4 8,24 * * root /usr/sbin/shutdown --reboot now
EOF