From owner-freebsd-rc@FreeBSD.ORG Tue Dec 22 04:10:30 2009 Return-Path: Delivered-To: freebsd-rc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CFC41065670; Tue, 22 Dec 2009 04:10:30 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 4B0418FC12; Tue, 22 Dec 2009 04:10:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id nBM48Ggl040937; Mon, 21 Dec 2009 21:08:17 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 21 Dec 2009 21:08:50 -0700 (MST) Message-Id: <20091221.210850.220301508585541755.imp@bsdimp.com> To: brooks@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20091220183519.GB64667@lor.one-eyed-alien.net> References: <4B2DD2A1.8060907@FreeBSD.org> <20091220183519.GB64667@lor.one-eyed-alien.net> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: dougb@FreeBSD.org, freebsd-rc@FreeBSD.org, ume@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, svn-src-head@FreeBSD.org Subject: Re: svn commit: r200743 - in head/usr.sbin: . service X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2009 04:10:30 -0000 In message: <20091220183519.GB64667@lor.one-eyed-alien.net> Brooks Davis writes: : On Sun, Dec 20, 2009 at 06:31:56PM +0900, Hajimu UMEMOTO wrote: : > Hi, : > : > >>>>> On Sat, 19 Dec 2009 23:30:41 -0800 : > >>>>> Doug Barton said: : > : > > About the value this change, I think it should be same as the values : > > at boot time. I cannot imagine that someone want to restart the : > > system daemons under the user environment. : > : > dougb> I can actually, especially for ports. : > : > Yup, I often do restart the services installed from ports, too. : > I meant that I don't want that the values of user environment are : > inherited to the services which is started from the user environment. : : This is where the value of service(8) would lie for me. The ability : to not have things work by accident due to my environment and then break : at reboot would be be very helful. I'd love to have some way to say 'If the daemon dies, please restart it. But don't be so eager about it that your attempts to keep it running interfere with things like service' Warner