12.3.4. Restarting a Service
To restart the service, type the following at a shell prompt as
root
:
service service_name restart
service service_name restart
For example, to restart the
httpd
service, type:
service httpd restart
~]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [ OK ]