From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/2306 Path: news.gmane.org!.POSTED!not-for-mail From: Charlie Brady Newsgroups: gmane.comp.sysutils.supervision.general Subject: re: Incompatibilities between runit and s6? Date: Thu, 11 Jan 2018 09:14:28 -0500 (EST) Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: blaine.gmane.org 1515679964 2588 195.159.176.226 (11 Jan 2018 14:12:44 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 11 Jan 2018 14:12:44 +0000 (UTC) Cc: Supervision Mailing List To: Avery Payne Original-X-From: supervision-return-1897-gcsg-supervision=m.gmane.org@list.skarnet.org Thu Jan 11 15:12:40 2018 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.84_2) (envelope-from ) id 1eZdam-000886-9m for gcsg-supervision@m.gmane.org; Thu, 11 Jan 2018 15:12:28 +0100 Original-Received: (qmail 14138 invoked by uid 89); 11 Jan 2018 14:14:56 -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 14131 invoked from network); 11 Jan 2018 14:14:56 -0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2E1DgBrcFda/wzcpUVeHAEBAQQBAQoBA?= =?us-ascii?q?YNBgVqPUI1qAYFaJzIBkgWHDoVFAoQ8RBQBAQEBAQEBAQEDaCiFJQEEATocIwU?= =?us-ascii?q?LC0Y5HgaKPgixaoo5AQsmhCuDLTSCKYJ5ix4FkieBFZAol0aKE4d8lxSBTDYjg?= =?us-ascii?q?VAyGh+DAYR0I4x2AQEB?= X-IPAS-Result: =?us-ascii?q?A2E1DgBrcFda/wzcpUVeHAEBAQQBAQoBAYNBgVqPUI1qAYF?= =?us-ascii?q?aJzIBkgWHDoVFAoQ8RBQBAQEBAQEBAQEDaCiFJQEEATocIwULC0Y5HgaKPgixa?= =?us-ascii?q?oo5AQsmhCuDLTSCKYJ5ix4FkieBFZAol0aKE4d8lxSBTDYjgVAyGh+DAYR0I4x?= =?us-ascii?q?2AQEB?= X-IronPort-AV: E=Sophos;i="5.46,344,1511845200"; d="scan'208";a="17274799" X-X-Sender: charlieb@e-smith.charliebrady.org In-Reply-To: Xref: news.gmane.org gmane.comp.sysutils.supervision.general:2306 Archived-At: On Wed, 10 Jan 2018, Avery Payne wrote: > I am guessing the differences will be subtle, and most of the general > behavior you desire will remain the same. You may be able to get a way > with a "sed 's/sv\ /s6-sv\ /' new-script-name" on some of > your scripts; give it a try, what could it hurt? That would fail because, eg, 'sv t xxx' needs to become 's6-svc -t xxx'. > Also, for those systems not running CentOS, what are you currently using > for init + service management? That's actually a null set, except for some old embedded systems running busybox init+runit.