The post lists the new systemctl command in RHEL 7 with the legacy service/chkconfig command. Legacy commands service and chkconfig are still compatible in RHEL 7 with forwarding/redirecting information output of prevailing command systemctl. Starting, stopping and checking status of a service Start a service: # systemctl start [service_name] for example: # systemctl start multipathd Stop a service: # systemctl stop [service_name] for example: # systemctl stop … [Read more...] about CentOS / RHEL 7 : systemctl replacements of legacy commands service and chkconfig