LXer: Resolve DHCPD and HTTPD startup failures with Ansible
by LXer from LinuxQuestions.org on (#5HHDC)
Published at LXer:
Last year, I had a problem: HTTPD (the Apache web server) would not start on a reboot or cold boot. To fix it, I added an override file, /etc/systemd/system/httpd.service.d/override.conf. It contained the following statements to delay HTTPD[he]#039[/he]s startup until the network is properly started and online. (If you[he]#039[/he]ve read my previous articles, you[he]#039[/he]ll know that I use NetworkManager and systemd, not the old SystemV network service and start scripts).
Read More...


Last year, I had a problem: HTTPD (the Apache web server) would not start on a reboot or cold boot. To fix it, I added an override file, /etc/systemd/system/httpd.service.d/override.conf. It contained the following statements to delay HTTPD[he]#039[/he]s startup until the network is properly started and online. (If you[he]#039[/he]ve read my previous articles, you[he]#039[/he]ll know that I use NetworkManager and systemd, not the old SystemV network service and start scripts).
Read More...