Background of the problem
Follow the online tutorial
systemctl start httpd.service
Start the service, but no, there is no systemctl command
Solution
Use Service httpd start
to start the service
Background of the problem
Follow the online tutorial
systemctl start httpd.service
Start the service, but no, there is no systemctl command
Solution
Use Service httpd start
to start the service