Startup script

Daniel A. ldrada at gmail.com
Sun Feb 26 11:38:41 PST 2006


On 2/26/06, Joacim Melin <listor at melin.org> wrote:
> Hi all,
>
> newbie question: which script do I put stuff that needs to be booted
> during system startup, like apache httpd, spamd, named, etc?
>
> Joacim
/etc/rc.conf

For example,
apache_enable="YES"
If you are in doubt of which string you should type to enable a
certain service, you can always view the corresponding rc script for
the service. If it's something system-related, it will always be in
/etc/rc.d. If it's something you have installed, it will be in
/usr/local/etc/rc.d


More information about the freebsd-questions mailing list