From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/829 Path: news.gmane.org!not-for-mail From: Gerrit Pape Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: runit - access to run script's exit status for finish? Date: Tue, 31 May 2005 19:09:14 +0000 Message-ID: <20050531190911.25938.qmail@adf4e649eec508.315fe32.mid.smarden.org> References: <20050529055250.21848.qmail@eea771e6cc397c.315fe32.mid.smarden.org> <20050530074233.GA17439@skarnet.org> <20050531114539.16382.qmail@6607a8c5b39a0b.315fe32.mid.smarden.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1117566517 18512 80.91.229.2 (31 May 2005 19:08:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 May 2005 19:08:37 +0000 (UTC) Original-X-From: supervision-return-1065-gcsg-supervision=m.gmane.org@list.skarnet.org Tue May 31 21:08:29 2005 Return-path: Original-Received: from antah.skarnet.org ([212.85.147.14]) by ciao.gmane.org with smtp (Exim 4.43) id 1DdC3z-00041O-LI for gcsg-supervision@gmane.org; Tue, 31 May 2005 21:06:08 +0200 Original-Received: (qmail 15028 invoked by uid 76); 31 May 2005 19:09:18 -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 15023 invoked from network); 31 May 2005 19:09:17 -0000 Original-To: supervision@list.skarnet.org Mail-Followup-To: supervision@list.skarnet.org Content-Disposition: inline In-Reply-To: Xref: news.gmane.org gmane.comp.sysutils.supervision.general:829 X-Report-Spam: http://spam.gmane.org/gmane.comp.sysutils.supervision.general:829 On Tue, May 31, 2005 at 10:28:25AM -0400, Paul Jarc wrote: > Gerrit Pape wrote: > > But when starting to add arguments to service scripts, maybe there's > > more information we can pass. > > Environment variables make that easy. How about setting $RUN_STATUS? Yes, this would be more flexible. But on the other hand this is a change to the process state of all service daemons, currently their environment is well-defined through /etc/runit/2, or runsvdir-start. What about adding the return code to ./supervise/status? Regards, Gerrit.