Red Hat Enterprise Linux > AS/ES/WS v. 3 > Issue
<<
466 of 593
>>
Issue:
Why does an installed service, like ypbind, not show up in the chkconfig list, but I am able to start it manually?
Resolution:
Release Found: Red Hat Enterprise Linux 3
Symptom:
The service does not show up in the listing produced with the command:
chkconfig --list | grep <Service Name>
Solution:
Use the command
chkconfig --add <Service Name> to add the service into the list maintained by
chkconfig. You should then be able to see it listed with the command :
chkconfig --list | grep <Service Name>.
If so, and you would like to enable the service at boot time, use the command:
chkconfig <Service Name> on.
Red Hat Enterprise Linux
>
AS/ES/WS v. 3
> Issue
<<
466
of
593
>>