Results 1 to 2 of 2
hi everybody
I have one silly doubt about service but i am not getting clear idea
whatis the diffrence between restarting and reloading the service
ex:
service httpd restart
service ...
- 09-08-2005 #1Linux Newbie
- Join Date
- Jul 2004
- Posts
- 143
regarding service
hi everybody
I have one silly doubt about service but i am not getting clear idea
whatis the diffrence between restarting and reloading the service
ex:
service httpd restart
service httpd reload
thanks
inadvance
- 09-08-2005 #2
You will have to check the script itself for an answer. In general, I think restart literally restarts the service. Reload should leave the service up but force it to re-read its config files.
Pretty handy to know if you do not want a brief downtime in your service while it restarts.


Reply With Quote