How to run httpd service automatically during startup
- How to run httpd service, or any other service automatically during startup - I know its got something to do with the chkconfig command - chkconfig --list + chkconfig [--level ]
- Example: If you want to off sendmail process when your system start up GUI, following line chkconfig --level 5 sendmail off
No comments:
Post a Comment