Thursday, January 21, 2010

Hot to manage Services in Ubuntu the easy way

If you are tiered to start or stop a service running /etc/init.d/apache2 start  {start|stop|restart} you can do this:

Step 1 :
Install the service manager utility sysv-rc-conf like this:
sudo apt-get install sysv-rc-conf
Step 2:
Run the application :
sudo sysv-rc-conf
= - start a service from the list
-   - stop a service from the list
SPACE key - to stop automatic start of a service in diffrent runlevels
q - exit application
h - help

Done.

No comments:

Post a Comment