Intro to services

Michael Schwendt fedora at wir-sind-cool.org
Wed Oct 27 14:39:15 UTC 2004


On Wed, 27 Oct 2004 10:23:54 -0400, Bill Matthews wrote:

> Hello.  New linux user here.  Downloaded/installed Fedora FC2.  No
> problems, I was amazed!
> 
> I have a lot of Windows experience, and some Solaris.
> 
> I installed the server version of Fedora.  I setup and have working
> sendmail, vsftpd, httpd, etc.
> 
> But I noticed they dont start at boot.  I start them manually.  From
> my solaris days I know I can start them with /etc/rc3.d/Swhatever
> start.  I've also learned from this mailing list that I can start them
> with the command 'service whatever start'.
> 
> But how do I get them to load at boot?  In Solaris, the existance of
> the S script in /etc/rc3.d was enough.  But that doesnt seem to do it
> here?

Examples:

chkconfig vsftpd on
chkconfig --level 5 sendmail on
chkconfig --level 2345 httpd on
chkconfig --list sendmail

Check out the manual page for chkconfig.
 
-- 
Fedora Core release 2.92 (FC3 Test 3) - Linux 2.6.9-1.640
loadavg: 1.00 1.03 1.12
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20041027/c6181b31/attachment-0001.sig>


More information about the fedora-list mailing list