From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/1108 Path: news.gmane.org!not-for-mail From: Charlie Brady Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: run script for postfix.. Date: Fri, 5 May 2006 20:54:34 -0400 (EDT) Message-ID: References: <20060505231724.GH8859@ice.mudshark.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Trace: sea.gmane.org 1146876882 25388 80.91.229.2 (6 May 2006 00:54:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 May 2006 00:54:42 +0000 (UTC) Cc: supervision@list.skarnet.org Original-X-From: supervision-return-1344-gcsg-supervision=m.gmane.org@list.skarnet.org Sat May 06 02:54:40 2006 Return-path: Envelope-to: gcsg-supervision@gmane.org Original-Received: from antah.skarnet.org ([212.85.147.14]) by ciao.gmane.org with smtp (Exim 4.43) id 1FcB4A-0006UO-Bw for gcsg-supervision@gmane.org; Sat, 06 May 2006 02:54:39 +0200 Original-Received: (qmail 25407 invoked by uid 76); 6 May 2006 00:54:58 -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 25401 invoked from network); 6 May 2006 00:54:58 -0000 X-X-Sender: charlieb@e-smith.charlieb.ott.istop.com Original-To: Jack Cummings In-Reply-To: <20060505231724.GH8859@ice.mudshark.org> Xref: news.gmane.org gmane.comp.sysutils.supervision.general:1108 Archived-At: On Fri, 5 May 2006, Jack Cummings wrote: > --- > #!/bin/sh -e > > export PATH=$(postconf -h command_directory):$(postconf -h daemon_directory):${PATH} > > master -t || postfix stop > postfix check > exec master >/dev/null 2>&1 *************** Those bits are likely unwise. Throwing away error output is always a bad idea.