[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pipeline outlives TERMed bash
From: |
Denis Vlasenko |
Subject: |
Re: pipeline outlives TERMed bash |
Date: |
Thu, 15 Sep 2005 08:42:20 +0300 |
User-agent: |
KMail/1.8.2 |
On Thursday 15 September 2005 00:51, Paul Jarc wrote:
> Denis Vlasenko <vda@ilport.com.ua> wrote:
> > The problem is that svc -d (or manual kill -TERM)
> > kills bash but nmeter and logger continue to run,
> > until I kill nmeter manually.
>
> It's best not to put a long-running pipeline in a daemontools run
> script, for just this reason (among others). Instead, move logger
> into a separate /service/foo/log/run script.
> <URL:http://cr.yp.to/daemontools/faq/create.html#runlog>
Thanks! It's so obvious really. Why it didn't occur to me?
--
vda