From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/561 Path: main.gmane.org!not-for-mail From: "Clemens Fischer" Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: runsv and process groups Date: 23 Aug 2004 15:26:36 +0200 Message-ID: <1xhyvvbx.fsf@ID-23066.news.dfncis.de> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1093267618 24275 80.91.224.253 (23 Aug 2004 13:26:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Aug 2004 13:26:58 +0000 (UTC) Original-X-From: supervision-return-799-gcsg-supervision=m.gmane.org@list.skarnet.org Mon Aug 23 15:26:42 2004 Return-path: Original-Received: from antah.skarnet.org ([212.85.147.14]) by deer.gmane.org with smtp (Exim 3.35 #1 (Debian)) id 1BzEqP-0000fL-00 for ; Mon, 23 Aug 2004 15:26:42 +0200 Original-Received: (qmail 2482 invoked by uid 76); 23 Aug 2004 13:27:02 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Archive: Original-Received: (qmail 2476 invoked from network); 23 Aug 2004 13:27:02 -0000 X-Qmail-Scanner-Mail-From: ino-qc@spotteswoode.de.eu.org via mail-out01 X-Qmail-Scanner: 1.20rc3 (Clear:RC:1:. Processed in 0.373785 secs) Mail-Followup-To: supervision@list.skarnet.org Original-To: supervision@list.skarnet.org In-Reply-To: (Charlie Brady's message of "Sun, 22 Aug 2004 20:04:14 -0400 (EDT)") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (berkeley-unix) Xref: main.gmane.org gmane.comp.sysutils.supervision.general:561 X-Report-Spam: http://spam.gmane.org/gmane.comp.sysutils.supervision.general:561 * Charlie Brady: > Can you think of any reason why runsv *shouldn't* make the supervised > process a process group leader? It'd take very little code ... how about this one: there might be a *vital* service running on the machine which you *want* to bring the machine down in case it fails. with the current behaviour, the user can choose to give it its own session using "chpst -P ..." as an additional option. clemens