From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/1396 Path: news.gmane.org!not-for-mail From: Charlie Brady Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: svwaitup/check Date: Thu, 29 Mar 2007 10:03:24 -0400 (EDT) Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Trace: sea.gmane.org 1175177017 7620 80.91.229.12 (29 Mar 2007 14:03:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 29 Mar 2007 14:03:37 +0000 (UTC) Cc: supervision@list.skarnet.org To: Jorge Almeida Original-X-From: supervision-return-1633-gcsg-supervision=m.gmane.org@list.skarnet.org Thu Mar 29 16:03:29 2007 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 1HWvDs-0007bK-Rd for gcsg-supervision@gmane.org; Thu, 29 Mar 2007 16:03:28 +0200 Original-Received: (qmail 24750 invoked by uid 76); 29 Mar 2007 14:03:49 -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 24744 invoked from network); 29 Mar 2007 14:03:48 -0000 X-X-Sender: charlieb@e-smith.charlieb.ott.istop.com In-Reply-To: Xref: news.gmane.org gmane.comp.sysutils.supervision.general:1396 Archived-At: On Thu, 29 Mar 2007, Jorge Almeida wrote: > I'm trying to setup the network "service" with a run script like this: > #!/bin/bash > exec 2>&1 > echo "*** Bringing up network..." > # wait for ulogd... > exec /etc/sysconfig/network-devices/ifup eth0 > > The system is LFS. The finish script will just "touch down". That won't do what you think it will do. runsv only looks for the down file when it first starts up. Perhaps you want "sv down ." in the finish script.