Browse Source

Enable and start hestia service

Ernesto Nicolás Carrea 5 years ago
parent
commit
89e0f59d1f
1 changed files with 2 additions and 3 deletions
  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'
 $HESTIA/bin/v-change-sys-theme 'default'
 
 
 # Starting Hestia service
 # 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"
 check_result $? "hestia start failed"