how to restart automatically httpd in centos 7 code example
Example: centos stop apache
systemctl restart httpd.service
systemctl start httpd.service
systemctl stop httpd.service
systemctl restart httpd.service
systemctl start httpd.service
systemctl stop httpd.service