Fedora Core Linux chkconfig does not display service name

by Vivek Gite on August 21, 2006 · 0 comments

Q. I have server / service is installed but it does not show up in the chkconfig --list output. I need to use full path /etc/init.d/service start. I am using Fedora Core Linux and Cent OS (RHEL based) distos.

How do I solve this problem?

A. Use --add option to add the service to chkconfig database. For example:
# chkconfig --add lighttpd

Where,

  • lighttpd: Service name.

Now see the list with the following command:
# chkconfig --list | less

To turn on service at boot time:
# chkconfig lighttpd on

To turn off service at boot time:
# chkconfig lighttpd off

Read man page of chkconfig for more information.

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 7 + 2 ?
Please leave these two fields as-is:
Solve the simple math so we know that you are a human and not a bot.



Previous post:

Next post: