From 8512dc7890443f61bca4033774f42c7c4346bb2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E5=88=80=E7=8B=90=E7=8B=B8?= Date: Wed, 20 Jul 2022 14:56:24 +0000 Subject: [PATCH] =?UTF-8?q?update=20PVE=E7=B3=BB=E7=BB=9F=E8=B0=83?= =?UTF-8?q?=E6=95=B4.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PVE系统调整.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PVE系统调整.md b/PVE系统调整.md index 2bc53fe..c356e8b 100644 --- a/PVE系统调整.md +++ b/PVE系统调整.md @@ -194,10 +194,13 @@ watch sensors ```bash ## 编辑系统 crontab -crontab -l +crontab -e ## 选择 nano 编辑器,粘贴以下内容 0 5 1,16 * * /usr/sbin/reboot + +## 显示系统 crontab +crontab -l ``` 这表示每月1、16号的5点0分执行系统重启命令。