From owner-freebsd-hackers@FreeBSD.ORG Wed Oct 19 15:30:43 2005 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9B7116A420 for ; Wed, 19 Oct 2005 15:30:43 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.FreeBSD.org (Postfix) with SMTP id DAAF943D46 for ; Wed, 19 Oct 2005 15:30:40 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: (qmail 16317 invoked from network); 19 Oct 2005 15:30:38 -0000 Received: from unknown (HELO ?192.168.2.5?) (192.168.2.5) by andxor.it with SMTP; 19 Oct 2005 15:30:38 -0000 Message-ID: <4356669D.5050801@FreeBSD.org> Date: Wed, 19 Oct 2005 17:30:37 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marco Molteni References: <200510191715.21582.molter@tin.it> In-Reply-To: <200510191715.21582.molter@tin.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: hackers@freebsd.org Subject: Re: rc scripts: how to start a process that doesn't daemonize itself? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2005 15:30:43 -0000 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