Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 May 1999 19:12:34 -0400 
From:      Christopher Michaels <ChrisMic@clientlogic.com>
To:        'Freebsd Danny' <freebsd@start.com.au>, gandolf@destiny.erols.com, freebsd-questions@freebsd.org
Subject:   RE: Equivalent of Services in NT for FreeBSD -- Help me
Message-ID:  <6C37EE640B78D2118D2F00A0C90FCB4401105870@site2s1>

next in thread | raw e-mail | index | archive | help
Put a small shell script in the /usr/local/etc/rc.d directory.  Call it
something like apache.sh.  The system looks there upon bootup for any local
programs it needs to startup.

e.g.
#!/bin/sh
/usr/local/apache/bin/apachectl start

-Chris

> -----Original Message-----
> From:	Freebsd Danny [SMTP:freebsd@start.com.au]
> Sent:	Saturday, May 08, 1999 7:08 PM
> To:	gandolf@destiny.erols.com; freebsd-questions@freebsd.org
> Subject:	Equivlent of Services in NT for Freebsd -- Help me
> 
> Hi everyone,
> 
> I have just upgraded the latest version of apache
> But instead of me everytime to start freebsd type
> 
> /usr/local/apache/bin/apachectl start
> 
> I want freebsd to start that during  the bootup. without me typing it
> 
> Can someone tell me how I can do that Please :)
> 
> __________________________________________________________________
> Get your free Australian email account at http://www.start.com.au/
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6C37EE640B78D2118D2F00A0C90FCB4401105870>