From 149109255a68e091e73b11ec267f88ce8e35c55b Mon Sep 17 00:00:00 2001 From: wulabing <91d$5gKrmVShheJf> Date: Thu, 26 Dec 2019 12:04:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 89092ef..49a8ad9 100644 --- a/install.sh +++ b/install.sh @@ -180,12 +180,15 @@ dependency_install(){ if [[ "${ID}" == "centos" ]];then systemctl start rngd && systemctl enable rngd + judge "rng-tools 启动" systemctl start haveged && systemctl enable haveged + judge "haveged 启动" else systemctl start rng-tools && systemctl enable rng-tools + judge "rng-tools 启动" systemctl start haveged && systemctl enable haveged + judge "haveged 启动" fi - judge "nginx 编译依赖安装" } basic_optimization(){ # 最大文件打开数