From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/1703 Path: news.gmane.org!not-for-mail From: Andras Korn Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: Help with chpst -e Date: Mon, 14 Apr 2008 15:48:43 +0200 Message-ID: <20080414134843.GN20279@utopia.intra.guy> References: <20080414083428.GK20279@utopia.intra.guy> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 X-Trace: ger.gmane.org 1208180944 3063 80.91.229.12 (14 Apr 2008 13:49:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Apr 2008 13:49:04 +0000 (UTC) To: supervision@list.skarnet.org Original-X-From: supervision-return-1938-gcsg-supervision=m.gmane.org@list.skarnet.org Mon Apr 14 15:49:40 2008 connect(): Connection refused Return-path: Envelope-to: gcsg-supervision@gmane.org Original-Received: from antah.skarnet.org ([212.85.147.14]) by lo.gmane.org with smtp (Exim 4.50) id 1JlP3l-0000sk-DA for gcsg-supervision@gmane.org; Mon, 14 Apr 2008 15:49:25 +0200 Original-Received: (qmail 16432 invoked by uid 76); 14 Apr 2008 13:49:07 -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 16427 invoked from network); 14 Apr 2008 13:49:07 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-11) Xref: news.gmane.org gmane.comp.sysutils.supervision.general:1703 Archived-At: On Mon, Apr 14, 2008 at 02:38:11PM +0100, Robin Bowes wrote: >>> LOGUSER and LOGDIR are set in ./env >> There is also another way, if you don't like the sh -c part: >> #!/bin/sh >> if [ "$1" = "have-env" ]; then >> exec chpst -u "$LOGUSER" svlogd -tt "$LOGDIR" \ >> else >> exec chpst -e ./env "$0" have-env >> fi > > Isn't that effectively doing the same thing, but without implicitly > invoking "sh -c" ? Yes, but it helps avoid quoting issues and keeps the script tidier (at least in my view). Andras -- Andras Korn QOTD: Dying in itself isn't so bad, but you feel bloody awful the next day.