From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/1111 Path: news.gmane.org!not-for-mail From: Robin Bowes Newsgroups: gmane.comp.sysutils.supervision.general Subject: Migrating from daemontools Date: Thu, 11 May 2006 00:40:58 +0100 Message-ID: <44627A0A.6030404@robinbowes.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1147304469 8842 80.91.229.2 (10 May 2006 23:41:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 May 2006 23:41:09 +0000 (UTC) Original-X-From: supervision-return-1347-gcsg-supervision=m.gmane.org@list.skarnet.org Thu May 11 01:41:08 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 1FdyIj-0004YN-MT for gcsg-supervision@gmane.org; Thu, 11 May 2006 01:41:05 +0200 Original-Received: (qmail 20926 invoked by uid 76); 10 May 2006 23:41:25 -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 20920 invoked from network); 10 May 2006 23:41:25 -0000 X-Spam-Status: No, hits=-4.3 required=8.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_SV X-Spam-Check-By: batmobile.robinbowes.com User-Agent: Thunderbird 1.5.0.2 (X11/20060501) Original-To: supervision@list.skarnet.org X-Enigmail-Version: 0.94.0.0 Xref: news.gmane.org gmane.comp.sysutils.supervision.general:1111 Archived-At: Hi, I'm about to migrate to runit from daemontools (for licensing reasons). Can I just confirm that it is as simple as : 1. Install runit 2. Create /var/service 3. Add to start up (inittab on linux or /etc/rc.local on FreeBSD) 4. Re-read inittab (Linux) or reboot (FreeBSD) Am I right in thinking that my current scripts should run OK using runsv instead of supervise? Are there runit equivalents of all daemontools binaries, specifically tai64nlocal (I am assuming that sv == svc, svlogd == multilog) ? Thanks for any information. R.