Starting a service

Phil Schaffner P.R.Schaffner at IEEE.org
Mon Jan 10 15:29:21 UTC 2005


On Mon, 2005-01-10 at 15:15 +0000, Paul Johnson wrote:
> Hi,
> 
> How do I start a service to run from start up - I don't have a windowing
> system set on the machine, so s-c-s is out of the question.

# chkconfig --add <service>

To see status of all (chkconfig-compatible) services:

# chkconfig --list

and/or pipe to "grep <service-of-interest>"

Phil





More information about the fedora-list mailing list