Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Feb 2006 20:38:32 +0100
From:      "Daniel A." <ldrada@gmail.com>
To:        "Joacim Melin" <listor@melin.org>,  "FreeBSD Questions List" <freebsd-questions@freebsd.org>
Subject:   Re: Startup script
Message-ID:  <5ceb5d550602261138x14a8876er6682935639d8e080@mail.gmail.com>
In-Reply-To: <C1F18591-C716-4942-BD86-39C7BA56D816@melin.org>
References:  <C1F18591-C716-4942-BD86-39C7BA56D816@melin.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2/26/06, Joacim Melin <listor@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=3D"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



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