Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Aug 2006 04:09:32 +0200
From:      Jona Joachim <jaj13@web.de>
To:        Jonathan Horne <freebsd@dfwlp.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: not adding daemons to rc.conf
Message-ID:  <44F644DC.8030007@web.de>
In-Reply-To: <200608302047.06425.freebsd@dfwlp.com>
References:  <200608302047.06425.freebsd@dfwlp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Jonathan Horne wrote:
> ive noticed that apache can be started manually using the apachectl tool, even 
> if it is not enabled in /etc/rc.conf.  do many other daemons have this 
> ability?  i have a dev server that i would like to not have many things 
> enabled in the rc.conf, but i would like an easy way to just start specific 
> daemons when i need.

Take a look at /usr/local/etc/rc.d
You will see several scripts belonging to server applications you
installed. Each one of these scripts can start or stop the service.
For example:
/usr/local/etc/rc.d/apache.sh start
/usr/local/etc/rc.d/apache.sh stop

When you put something into rc.conf it is actually this script that is
executed, so every daemon that can be enabled in rc.conf can also be
started/stopped using those scripts.

Daemons coming with the base system have there scripts in the /etc/rc.d
directory.



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