systemd - service self-healing

Edit the service:

sudo systemctl edit httpd.service
And add these:
[Service]
Restart=always
RestartSec=10
Save and exit. Optionally you can do:
sudo systemctl daemon-reload