From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/2195 Path: news.gmane.org!not-for-mail From: Peter Hickman Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: Installing on Centos Date: Thu, 9 May 2013 16:05:43 +0100 Message-ID: References: <20130507105625.GA2125@home.power> <494F0531-B180-4C08-B435-39CB3BCB5F3D@opscode.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c32c6e64c12004dc4a6261 X-Trace: ger.gmane.org 1368111948 6535 80.91.229.3 (9 May 2013 15:05:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 May 2013 15:05:48 +0000 (UTC) Cc: "" To: Charlie Brady Original-X-From: supervision-return-2429-gcsg-supervision=m.gmane.org@list.skarnet.org Thu May 09 17:05:49 2013 Return-path: Envelope-to: gcsg-supervision@plane.gmane.org Original-Received: from antah.skarnet.org ([212.85.147.14]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1UaSPg-0004sF-FQ for gcsg-supervision@plane.gmane.org; Thu, 09 May 2013 17:05:44 +0200 Original-Received: (qmail 27483 invoked by uid 76); 9 May 2013 13:58:29 -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 27475 invoked from network); 9 May 2013 13:58:29 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=mJuu78K839pC8mNZ7wblc88hxpRTYG53ugDVSocMX2M=; b=SvGUvt12nfHqggGuIn4jJDf37YFaknrtI7jomN452QTs73wyNFd9kyMTxEWUmcg5Oj 6R/Aq6b38X2momzFkuOcX1uTMnuKBNlIz2EKenJ65PRKRPzpqtX10dkgpHGnB7/Oae6Q D5VC8MXV+eMj8fcrsKrGST6cQ0n4ZSXV1fGSSSXhiCAN+dSAnX5kp33CMw/okafDfeJu WyRhYfsx9vo9clCNLOjpJ2teVgVX+wYGZEFRxtUjSCcqviYGKloTi7xqiB45MrTn81hz mGHuZuRQg6OztQ2SgMKKo+tAkvqmJ+DFiIin3EB/6PifQ5dVUQAClwJiQR1LejFMmnGZ dAPA== X-Received: by 10.15.48.193 with SMTP id h41mr30043232eew.23.1368111943293; Thu, 09 May 2013 08:05:43 -0700 (PDT) In-Reply-To: Xref: news.gmane.org gmane.comp.sysutils.supervision.general:2195 Archived-At: --001a11c32c6e64c12004dc4a6261 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Thanks but it would seem that Centos 5.8 does not have an /etc/init directory only an /etc/init.d But thanks to your hint I have found the command that does the work # cat runsvdir-start #!/bin/sh PATH=3D/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X1= 1R6/bin exec env - PATH=3D$PATH \ runsvdir -P /etc/service 'log: ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ....................' Now all I need to do is turn this into an init.d script --001a11c32c6e64c12004dc4a6261--