Преглед изворни кода

Enable and start hestia service

Ernesto Nicolás Carrea пре 5 година
родитељ
комит
89e0f59d1f
1 измењених фајлова са 2 додато и 3 уклоњено
  1. 2 3
      install/hst-install-centos.sh

+ 2 - 3
install/hst-install-centos.sh

@@ -1695,9 +1695,8 @@ $HESTIA/bin/v-change-sys-port $port
 $HESTIA/bin/v-change-sys-theme 'default'
 
 # Starting Hestia service
-systemctl enable hestia-php
-systemctl enable hestia-nginx
-systemctl start hestia-php && systemctl start hestia-nginx
+systemctl enable hestia
+systemctl start hestia
 check_result $? "hestia start failed"