I like the the original chkconfig script, made in perl, because it was easy to use.
chkconfig apache2 on
chkconfig apache2 off
chkconfig -l
chkconfig -l |grep apach
or
chkconfig -l apache2
or
chkconfig apache2
- service on/off
- list all service (-l|--list)
- list one service
- the inetd and xinetd support
- some more complexe options
Free software licensed under MIT License