From owner-freebsd-questions@FreeBSD.ORG Thu Dec 14 12:25:54 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 8253816A500 for ; Thu, 14 Dec 2006 12:25:54 +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 2256B43CA1 for ; Thu, 14 Dec 2006 12:24:18 +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 1Gupeq-000GDF-3K; Thu, 14 Dec 2006 12:25:52 +0000 In-Reply-To: <45813EC0.8090701@gmx.de> References: <9EF4201C-AF13-4659-AD7A-28C077DBAA5B@ashleymoran.me.uk> <45813EC0.8090701@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 12:25:50 +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 12:25:54 -0000 On 14 Dec 2006, at 12:08, [LoN]Kamikaze wrote: > All you need to do is to set > > command_interpreter="/usr/bin/env" > > for more information have a look at rc.subr(8). Hmm I've just tried that and all I get is... [root@don ~]# /usr/local/etc/rc.d/prolite_password_server stop prolite_password_server not running? (check /var/run/ prolite_password_server/prolite_password_server.pid). Thanks for the suggestion though - I was in too much hurry to get it up to go through the rc man pages. Ashley