Click to See Complete Forum and Search --> : chkconfig help


crokett
02-19-2002, 01:40 PM
I am trying to install a service via checkconfig. I use the command:

chkconfig --level 3 --add foo
and get the error:
error reading information on service foo: No such file or directory
What file is chkconfig looking for? I am in the directory where the foo exec is. I checked man pages and the web for that error but couldn't find any help as to what chkconfig needs to run properly.

thanks for any help

crokett
02-19-2002, 02:12 PM
figured it out.

thanks

Val Schuman
07-09-2002, 02:12 PM
Originally posted by crokett
figured it out.

thanks

could ya tell me what you did? i'm having a problem figuring out how to add services with chkconfig...