From aa286334e738ff862f8634a0ca568767eafa2ee0 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1769111741@qq.com> Date: Thu, 27 Jul 2023 16:55:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AE=88=E6=8A=A4=E8=BF=9B?= =?UTF-8?q?=E7=A8=8B=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index eb9ba28..619fe4b 100644 --- a/install.sh +++ b/install.sh @@ -43,4 +43,5 @@ sudo yum install epel-release sudo yum install supervisor rm -f supervisord.conf mv ./supervisord.conf /etc/supervisord.conf -sudo service supervisor start +systemctl start supervisord +systemctl enable supervisord