From d1beb60ffd8b2284b252e09f824103c3c9a1b73f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Tue, 2 Jul 2024 21:06:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20service=E6=96=87=E4=BB=B6=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/panel.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/panel.service b/scripts/panel.service index 28b1f936b6..e3434fdfd4 100644 --- a/scripts/panel.service +++ b/scripts/panel.service @@ -7,8 +7,8 @@ Wants=network.target Type=simple WorkingDirectory=/www/panel/ ExecStart=/www/panel/panel --env="/www/panel/panel.conf" -ExecReload=kill -s HUP \$MAINPID -ExecStop=kill -s QUIT \$MAINPID +ExecReload=kill -s HUP $MAINPID +ExecStop=kill -s QUIT $MAINPID User=root Restart=always RestartSec=5