rc scripts: how to start a process that doesn't daemonize itself?

Alex Dupre ale at FreeBSD.org
Wed Oct 19 08:30:43 PDT 2005


Marco Molteni wrote:
> Should I just override start() completely or is there a
> common way to do it? I don't think I can simply pass a "&" somewhere...

Oh, yes, you can:

command_args="&"

should do the work.

--
Alex Dupre


More information about the freebsd-hackers mailing list