mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 05:52:52 +08:00
update PVE系统调整.md.
This commit is contained in:
+7
-3
@@ -196,15 +196,19 @@ watch sensors
|
||||
## 编辑系统 crontab
|
||||
crontab -e
|
||||
|
||||
## 选择 nano 编辑器,粘贴以下内容
|
||||
## 选择 nano 编辑器,粘贴以下内容并保存
|
||||
0 5 1,16 * * /usr/sbin/reboot
|
||||
```
|
||||
|
||||
这表示每月1、16号的5点0分执行系统重启命令。
|
||||
|
||||
可以使用以下命令来查看当前系统的计划任务:
|
||||
|
||||
```bash
|
||||
## 显示系统 crontab
|
||||
crontab -l
|
||||
```
|
||||
|
||||
这表示每月1、16号的5点0分执行系统重启命令。
|
||||
|
||||
|
||||
## 5.PVE系统自动更新
|
||||
|
||||
|
||||
Reference in New Issue
Block a user