I’m trying to create an initialization scrip in the /etc/init.d/.  Of course, the one I have is failing!  At the top of the other initialization scripts in the same directory, there is are two lines, the chkconfig and description

 

# chkconfig: 2345 55 25

# description: OpenSSH server daemon

 

On the check config line, what are the numbers/attributes that follow?  If I’m creating an initialization script, what numbers/considerations should I make?

 

Thanks,

Todd