From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/1212 Path: news.gmane.org!not-for-mail From: Alex Efros Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: runsvdir and shutdown Date: Tue, 1 Aug 2006 00:14:20 +0300 Organization: asdfGroup Inc., http://powerman.asdfGroup.com/ Message-ID: <20060731211420.GC24344@home.power> References: <20060731154010.GA25074@run.galis.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1154380491 29425 80.91.229.2 (31 Jul 2006 21:14:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 31 Jul 2006 21:14:51 +0000 (UTC) Original-X-From: supervision-return-1448-gcsg-supervision=m.gmane.org@list.skarnet.org Mon Jul 31 23:14:49 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 1G7f5j-0002fc-Ur for gcsg-supervision@gmane.org; Mon, 31 Jul 2006 23:14:30 +0200 Original-Received: (qmail 550 invoked by uid 76); 31 Jul 2006 21:14:43 -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 544 invoked from network); 31 Jul 2006 21:14:43 -0000 Original-To: supervision@list.skarnet.org Mail-Followup-To: supervision@list.skarnet.org Content-Disposition: inline In-Reply-To: <20060731154010.GA25074@run.galis.org> User-Agent: Mutt/1.5.11 Xref: news.gmane.org gmane.comp.sysutils.supervision.general:1212 Archived-At: Hi! On Mon, Jul 31, 2006 at 11:40:10AM -0400, George Georgalis wrote: > Is there a prescribed method or someone's handy script for a > runsvdir shutdown? Usual shutdown sequence include 'killall5 -15' command which send TERM to all processes (including runsv and runsvdir). After this command I've added 'sv force-stop /var/service/*' and that's enough for correct shutdown AFAIK. -- WBR, Alex.