From owner-freebsd-questions@FreeBSD.ORG Thu Dec 14 14:02:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B658716A407 for ; Thu, 14 Dec 2006 14:02:02 +0000 (UTC) (envelope-from work@ashleymoran.me.uk) Received: from mercureh.reacthosting.com (reacthosting.com [195.177.245.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id E23D143E66 for ; Thu, 14 Dec 2006 13:57:34 +0000 (GMT) (envelope-from work@ashleymoran.me.uk) Received: from hosta.jigsawfinance.com ([213.106.224.113] helo=[192.168.0.34]) by mercureh.reacthosting.com with esmtpa (Exim 4.63 (FreeBSD)) (envelope-from ) id 1Gur6z-000Ixe-G3; Thu, 14 Dec 2006 13:59:01 +0000 In-Reply-To: <45815658.5060201@gmx.de> References: <9EF4201C-AF13-4659-AD7A-28C077DBAA5B@ashleymoran.me.uk> <45813EC0.8090701@gmx.de> <45815658.5060201@gmx.de> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Ashley Moran Date: Thu, 14 Dec 2006 13:58:59 +0000 To: "[LoN]Kamikaze" X-Mailer: Apple Mail (2.752.3) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - mercureh.reacthosting.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - ashleymoran.me.uk X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org Subject: Re: rc.d script for processes started with /usr/bin/env X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2006 14:02:02 -0000 On 14 Dec 2006, at 13:49, [LoN]Kamikaze wrote: > Are you certain that this is the pidfile used by your server? Are > you aware that the service is responsible for creating the pidfile, > not rc.subr? Yes, on both counts. Works fine with #!/usr/local/bin/ruby and command_interpreter="/usr/local/bin/ruby" but not #!/usr/bin/env ruby and command_interpreter="/usr/bin/env" Not that important really (now I've got it working one way), just strange Ashley