Este conteúdo não está disponível no idioma selecionado.
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 Stopping httpd: [ OK ] Starting httpd: [ OK ]
~]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [ OK ]