[CentOS] Apache (httpd) fails to start at boot - Centos 8.1

Fri Jun 19 09:39:39 UTC 2020
Anthony K <akcentos at anroet.com>

On 16/6/20 5:34 pm, Anthony K wrote:
> The new way to do this is exactly what Gordon suggested - using 
> `systemctl edit <servicename>` creates an override in 
> `/etc/systemd/system/httpd.service.d/override.conf`.
>
> The only issue is that there is no `systemctl` related command to 
> remove this override - you will have to remember to `rm -rf 
> /etc/systemd/system/httpd.service.d` if/when you want to remove that 
> override.
>
Let me educate myself - `systemctl revert <servicename>` is the correct 
way to remove an override.

* I learn something new everyday...