update command for xinetd

Paul Howarth paul at city-fan.org
Tue Apr 12 14:17:25 UTC 2005


bruce wrote:
> looking over some debian shell scripts.. i come across a 'update-inetd'
> command. i've looked in google for a 'update-xinetd' command and don't seem
> to find one... is there a similar command line shell that i can access to
> modify xinetd
> 
> i'm using fedora...

Use chkconfig to do this. It handles regular initscripts and xinetd 
configuration files in /etc/xinetd.d

Show service startup configuration:
# chkconfig --list

Turn a service on:
# chkconfig servicename on

I'll let you guess how to turn a service off.

Paul.




More information about the fedora-list mailing list