Monday, January 04, 2010

chkconfig

before using chkconfig --add to add a script to the startup sequence, make sure that the following is present in the script:

example:

# chkconfig: 2345 20 80 <-- run levels 2,3,4,5 # description: start svnserve daemon

without, chkconfig will give an error.

http://www.linuxquestions.org/questions/linux-software-2/how-to-register-auto-startstop-service-script-with-chkconfig-411442/

Labels: , , , , ,

0 Comments:

Post a Comment

<< Home