From owner-freebsd-questions@FreeBSD.ORG Wed Dec 24 15:56:06 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 2A31D16A4CE for ; Wed, 24 Dec 2003 15:56:06 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FF6C43D3F for ; Wed, 24 Dec 2003 15:56:05 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 24 Dec 2003 17:59:14 -0600 Message-ID: <3FEA276C.6070402@daleco.biz> Date: Wed, 24 Dec 2003 17:55:24 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031124 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gffds fsdff References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 24 Dec 2003 23:59:15.0046 (UTC) FILETIME=[EF425060:01C3CA79] cc: questions@freebsd.org Subject: Re: The Booting Process 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: Wed, 24 Dec 2003 23:56:06 -0000 gffds fsdff wrote: > Is there a way, when booting, to have an application launch? > > Ex: > exec /usr/servers/bots/zDSBot3/zDSBot3 & > > Where would I add this line, if possible? If not, would it be possible > to be made in the next version? > > Thanks, > > - A Guy > Just get your bot into the FreeBSD core system, and then init(8) will handle it. Heh.... On a more serious note, and as a alternative, cron(8) does have a "@reboot" target .... Kevin Kinsey DaleCo, S.P.