mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-09-01 14:32:53 +08:00
更新文案描述
This commit is contained in:
+1
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user