Fedora Services Scripts
Start/stop/restart a service from the command line:
service [name] start|restart|stop
Add or remove a service from a specific runlevel:
chkconfig --level [level] [name] on|off
Start/stop/restart a service from the command line:
service [name] start|restart|stop
Add or remove a service from a specific runlevel:
chkconfig --level [level] [name] on|off