parsed.org

Tips by tag: chkconfig

Adding Services by xinu on Apr 21, 2005 08:57 AM

To add a service to boot automatically on startup, do the following:

# chkconfig --level 345 <service_name> on
bootchkconfigcommandsconfigurationservicestartup
Redhat/Fedora Services by xinu on Jan 18, 2005 01:02 PM

If you have a services script in /etc/rc.d, you can add the service to the various run levels to create the appropriate start/kill symlinks:

# chkconfig --level 345 imap on
# service xinetd restart
bootchkconfigcommandsconfigurationfedoraredhatservicesstartupsymlinks
RSS