Date: Wed, 19 Oct 2005 17:30:37 +0200 From: Alex Dupre <ale@FreeBSD.org> To: Marco Molteni <molter@tin.it> Cc: hackers@freebsd.org Subject: Re: rc scripts: how to start a process that doesn't daemonize itself? Message-ID: <4356669D.5050801@FreeBSD.org> In-Reply-To: <200510191715.21582.molter@tin.it> References: <200510191715.21582.molter@tin.it>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4356669D.5050801>