From owner-freebsd-questions@FreeBSD.ORG Sat Mar 18 20:45:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 200AE16A424 for ; Sat, 18 Mar 2006 20:45:05 +0000 (UTC) (envelope-from rob@fiberuplink.com) Received: from hardlink.inetking.com (newyork.hardlink.com [140.186.181.161]) by mx1.FreeBSD.org (Postfix) with SMTP id 5B24943D46 for ; Sat, 18 Mar 2006 20:45:01 +0000 (GMT) (envelope-from rob@fiberuplink.com) Received: (qmail 96589 invoked by uid 1013); 18 Mar 2006 20:45:02 -0000 Received: from 24.220.159.169 by eclipse.fiberuplink.com (envelope-from , uid 1011) with qmail-scanner-1.25-st-qms (clamdscan: 0.87/1102. spamassassin: 3.0.1. perlscan: 1.25-st-qms. Clear:RC:0(24.220.159.169):SA:0(-1.4/4.5):. Processed in 3.344621 secs); 18 Mar 2006 20:45:02 -0000 X-Spam-Status: No, hits=-1.4 required=4.5 X-Antivirus-INetKing-Mail-From: rob@fiberuplink.com via eclipse.fiberuplink.com X-Antivirus-INetKing: 1.25-st-qms (Clear:RC:0(24.220.159.169):SA:0(-1.4/4.5):. Processed in 3.344621 secs Process 96562) Received: from host-169-159-220-24.midco.net (HELO rob) (rob@fiberuplink.com@24.220.159.169) by hardlink.inetking.com with SMTP; 18 Mar 2006 20:44:58 -0000 Message-ID: <00b901c64acc$d2c77a70$f31f10ac@rob> From: "Rob W." To: References: <441C702B.2070202@chrismaness.com> Date: Sat, 18 Mar 2006 14:44:58 -0600 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Subject: Re: Best Way to Start an App at Boot Time? 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: Sat, 18 Mar 2006 20:45:05 -0000 Create the file /etc/rc.local and put your startup program's in there. ----- Original Message ----- From: "Chris Maness" To: Sent: Saturday, March 18, 2006 2:40 PM Subject: Best Way to Start an App at Boot Time? >I like the rc.conf file idea that FreeBSD uses to start daemons. I have a >python script (i.e. denyhosts.py) that I would like to launch in a daemon >mode at boot time. How would I add this as an option for rc.conf, or is >there a better more "official" way to do this? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > >