Thursday, February 17, 2011

Linux - to start a LINUX program/services whenever the system boots

To make Service1 start whenever the system boots, enter:

# chkconfig --level 3 <service1> on


No comments:

Post a Comment