Systemctl
"The central management tool for controlling the init system."
kadealicious
"The central management tool for controlling the init system."
$ sudo systemctl start httpd.service
$ sudo systemctl stop httpd.service
$ sudo systemctl status httpd.service
systemctl stop <service_name>.service
systemctl start <name>.service
$sudo systemctl restart <service_name>.service