Details
-
Type:
New Feature
-
Status: Done
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
Description
In the install script you have systemctl stop apache2 and systemctl disable apache2 globally. However, that only works for Debian.
For CentOS it is systemctl stop httpd and systemctl disable httpd.