summaryrefslogtreecommitdiffstats
path: root/installer/opengnsys_update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'installer/opengnsys_update.sh')
-rwxr-xr-xinstaller/opengnsys_update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh
index bb589211..3a646abf 100755
--- a/installer/opengnsys_update.sh
+++ b/installer/opengnsys_update.sh
@@ -131,7 +131,7 @@ function autoConfigure()
STOPSERVICE="eval /etc/init.d/\$service stop"
SERVICESTATUS="eval /etc/init.d/\$service status"
fi
- ENABLESERVICE="eval update-rc.d \$service defaults"
+ ENABLESERVICE="eval systemctl enable \$service.service"
APACHEENABLEMODS="ssl rewrite proxy_fcgi fastcgi actions alias"
APACHEDISABLEMODS="php"
APACHEUSER="www-data"