diff --git a/packaging/tools/install.sh b/packaging/tools/install.sh index f27595a3566dee7fc3df53a0925f68cc9ab9721d..6f54993f915edd3e5270a3cb6c44b21198231154 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}"