From cc4a0873a1cb11069a2d4c2201c421353b47ceae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8B=90=E7=8B=B8Nomad?= <9463297+callmer@user.noreply.gitee.com> Date: Wed, 23 Nov 2022 15:17:48 +0000 Subject: [PATCH] =?UTF-8?q?update=205.PVE=E5=88=B6=E4=BD=9C=E8=99=9A?= =?UTF-8?q?=E6=8B=9F=E6=9C=BA=E6=A8=A1=E6=9D=BF.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 狐狸Nomad <9463297+callmer@user.noreply.gitee.com> --- 5.PVE制作虚拟机模板.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5.PVE制作虚拟机模板.md b/5.PVE制作虚拟机模板.md index 0f97de0..4e89999 100644 --- a/5.PVE制作虚拟机模板.md +++ b/5.PVE制作虚拟机模板.md @@ -447,7 +447,7 @@ sudo crontab -l sudo crontab -e ## 定时重启 Snap 服务、操作系统 -0 5 * * * snap restart adguard-home +0 5 * * * /usr/bin/snap restart adguard-home 0 6 8,24 * * /usr/sbin/reboot ```