update PVE系统调整.md.

This commit is contained in:
秋刀狐狸
2022-07-20 14:56:24 +00:00
committed by Gitee
parent df7ed06812
commit 8512dc7890
+4 -1
View File
@@ -194,10 +194,13 @@ watch sensors
```bash ```bash
## 编辑系统 crontab ## 编辑系统 crontab
crontab -l crontab -e
## 选择 nano 编辑器,粘贴以下内容 ## 选择 nano 编辑器,粘贴以下内容
0 5 1,16 * * /usr/sbin/reboot 0 5 1,16 * * /usr/sbin/reboot
## 显示系统 crontab
crontab -l
``` ```
这表示每月1、16号的5点0分执行系统重启命令。 这表示每月1、16号的5点0分执行系统重启命令。