Re: not adding daemons to rc.conf



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@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"

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
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: not adding daemons to rc.conf
    ... do many other daemons have this ... i have a dev server that i would like to not have many things ... Each one of these scripts can start or stop the service. ...
    (freebsd-questions)
  • Re: not adding daemons to rc.conf
    ... do many other daemons have this ... i have a dev server that i would like to not have many things ... regarding login class or whatnot. ...
    (freebsd-questions)
  • not adding daemons to rc.conf
    ... ive noticed that apache can be started manually using the apachectl tool, ... do many other daemons have this ...
    (freebsd-questions)