Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Aug 2006 21:54:52 +0500
From:      Tofik Suleymanov <tofik@oxygen.az>
To:        Jonathan Horne <freebsd@dfwlp.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: not adding daemons to rc.conf
Message-ID:  <44F7145C.9080705@oxygen.az>
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.
>
> thanks,
> jonathan
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>
>   
You can always use:
/usr/local/etc/rc.d/scriptname forcestart
or
/etc/rc.d/scriptname forcestart

But this just overrides "enable" keyword in rc scripts and of course 
will not start your service in the next boot.

Sincerely,
Tofig Suleymanov



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