From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/2512 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Steve Litt Newsgroups: gmane.comp.sysutils.supervision.general Subject: Dependencies on shutdown? Date: Tue, 26 Feb 2019 02:17:51 -0500 Message-ID: <20190226021751.7f2e103f@mydesk.domain.cxm> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="29997"; mail-complaints-to="usenet@blaine.gmane.org" To: "supervision@list.skarnet.org" Original-X-From: supervision-return-2102-gcsg-supervision=m.gmane.org@list.skarnet.org Tue Feb 26 08:18:02 2019 Return-path: Envelope-to: gcsg-supervision@m.gmane.org Original-Received: from alyss.skarnet.org ([95.142.172.232]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1gyX06-0007hp-2z for gcsg-supervision@m.gmane.org; Tue, 26 Feb 2019 08:18:02 +0100 Original-Received: (qmail 17892 invoked by uid 89); 26 Feb 2019 07:18:23 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm Original-Sender: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 17885 invoked from network); 26 Feb 2019 07:18:22 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; h=X-Originating-IP:Date:From:To:Subject:Message-ID:X-Mailer:MIME-Version:Content-Type:Content-Transfer-Encoding; s=default; d=troubleshooters.com; b=SlDOJqLxz1z7eIJvMvigfFKzci+urkeCrazYvx3f01kZnsGig+pNQFXQlvzJqNn7Y1E6eq+KM7u9wvrkd7gywcnMqNrh+xl8lDeiyWDxF6GPq4qk+UmwMMnPgXF4JuPZ4l5+MBc0zA61aLk87BjU7vG3COIFhU6rdVPNKjxti0Y=; DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/simple; d=troubleshooters.com; s=default; t=1551165472; bh=iOM7rX5Pq91+99qypFsvXgemhq4=; l=250; h=X-Originating-IP:Date:From:To:Subject:Message-ID:X-Mailer: MIME-Version:Content-Type:Content-Transfer-Encoding; b=ZCrrHo3iHrzphIoUTpiqRR2oF1qxE5lHO7q1r1Wj3DHFr4ubA0VzZwUW5MbnC9gil Xac0HhufAym7SrCuI71v1NfYzsTRz6GA2FaIgFXWkPfljOtGFQejynu4fOnQKaa0aO WNKewoZXHruCIaSa36pEowfekTKcgPXSP6M1FItU= X-Originating-IP: [72.188.224.222] X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) Xref: news.gmane.org gmane.comp.sysutils.supervision.general:2512 Archived-At: Hi all, Let's say I have dependencies so that shutdown must be done in the right order. For instance, I want to have my web app close before my database, so that all final writes get done. How do I do that in runit or s6? Thanks, SteveT