From owner-freebsd-questions@FreeBSD.ORG Thu Sep 4 09:40:04 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24F2916A4BF for ; Thu, 4 Sep 2003 09:40:04 -0700 (PDT) Received: from smtpout.mac.com (A17-250-248-89.apple.com [17.250.248.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EF1643FE3 for ; Thu, 4 Sep 2003 09:40:03 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h84Ge39D023022 for ; Thu, 4 Sep 2003 09:40:03 -0700 (PDT) Received: from mac.com (dpvc-68-161-244-25.ny325.east.verizon.net [68.161.244.25]) (authenticated bits=0) by mac.com (Xserve/8.12.9/MantshX 2.0) with ESMTP id h84Ge0wq013240 for ; Thu, 4 Sep 2003 09:40:01 -0700 (PDT) Date: Thu, 4 Sep 2003 12:45:15 -0400 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) From: Charles Swiger To: questions@freebsd.org Content-Transfer-Encoding: 7bit In-Reply-To: <005101c3727d$39392270$fe01a8c0@JMICH> Message-Id: <28F0A29A-DEF7-11D7-A4CA-003065ABFD92@mac.com> X-Mailer: Apple Mail (2.552) Subject: Re: how to run a program as a daemon X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2003 16:40:04 -0000 On Wednesday, September 3, 2003, at 08:41 PM, chael@southgate.ph.inter.net wrote: > I had the same problem once, but with httpd. I use the restartWrapper > - A > "very" nice perl script written by Mike McCauley, dunno his website > though. > Maybe you can google. If you know you have Perl available, anyway. /bin/sh is around before /usr gets mounted... -- -Chuck