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