Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to make apache2 not autorestat when startup

# disable autostart
sudo update-rc.d apache2 disable

# enable autostart
sudo update-rc.d apache2 enable

# remove / uninstall
sudo update-rc.d -f  apache2 remove
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #autorestat #startup
ADD COMMENT
Topic
Name
9+4 =