From 4104f7f43465e786687a6e5f052aadded59b1273 Mon Sep 17 00:00:00 2001 From: Hui Li Date: Thu, 20 Aug 2020 15:35:00 +0800 Subject: [PATCH] [TD-1190] --- packaging/tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/tools/install.sh b/packaging/tools/install.sh index f27595a356..6f54993f91 100644 --- a/packaging/tools/install.sh +++ b/packaging/tools/install.sh @@ -446,7 +446,7 @@ function install_service_on_systemd() { ${csudo} bash -c "echo >> ${tarbitratord_service_config}" ${csudo} bash -c "echo '[Install]' >> ${tarbitratord_service_config}" ${csudo} bash -c "echo 'WantedBy=multi-user.target' >> ${tarbitratord_service_config}" - ${csudo} systemctl enable tarbitratord + # ${csudo} systemctl enable tarbitratord nginx_service_config="${service_config_dir}/nginxd.service" ${csudo} bash -c "echo '[Unit]' >> ${nginx_service_config}" -- GitLab