From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CcDwD-0005I7-Uc for qemu-devel@nongnu.org; Wed, 08 Dec 2004 21:21:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CcDwD-0005Hv-Fi for qemu-devel@nongnu.org; Wed, 08 Dec 2004 21:21:49 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CcDwD-0005Hs-Ck for qemu-devel@nongnu.org; Wed, 08 Dec 2004 21:21:49 -0500 Received: from [64.105.49.83] (helo=claudius.sentinelchicken.org) by monty-python.gnu.org with smtp (Exim 4.34) id 1CcDm6-0006i6-Ic for qemu-devel@nongnu.org; Wed, 08 Dec 2004 21:11:23 -0500 Date: Wed, 8 Dec 2004 21:11:21 -0500 From: Tim Subject: Re: [Qemu-devel] Trivial (but useful) patch to save qemu pid to file Message-ID: <20041209021121.GA2064@sentinelchicken.org> References: <41B779A0.5050601@bellard.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41B779A0.5050601@bellard.org> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > I can include this patch if it helps some people as it seems rather non > intrusive. I personally rather manage my daemons with something like daemontools or runit: http://cr.yp.to/daemontools.html http://smarden.org/runit/ But like you say, it is pretty non-intrusive as it is off by default. For some it will probably help out. tim