How can we run httpd service at startup ? ( this task will activate a startup script , that you have written, to start the "httpd" deamon ( /us/local/sbin/httpd ) )
Asked
Active
Viewed 270 times
0
1 Answers
0
Use systemd to set it to start on boot.
sudo systemctl enable httpd

Videonauth
- 33,355
- 17
- 105
- 120

Kyle H
- 1,044
- 6
- 7
sudo apt-get install apache2
), which will the take care of startup? – muru Dec 28 '16 at 13:16