Browse Source

Update postinst to fit with hestia service.

Raphael Schneeberger 7 years ago
parent
commit
6d1d19198a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/deb/nginx/postinst

+ 2 - 2
src/deb/nginx/postinst

@@ -7,5 +7,5 @@ if [ "$1" != "configure" ]; then
 fi
 
 # Touch and set permisions on default log files on installation
-update-rc.d vesta defaults >/dev/null
-invoke-rc.d vesta start || true
+update-rc.d hestia defaults >/dev/null
+invoke-rc.d hestia start || true