From owner-freebsd-questions@FreeBSD.ORG Tue Mar 11 18:12:42 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B93A1065671 for ; Tue, 11 Mar 2008 18:12:42 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 28A218FC1A for ; Tue, 11 Mar 2008 18:12:42 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id m2BIAJdA001185; Tue, 11 Mar 2008 14:10:19 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id m2BIAHdU001184; Tue, 11 Mar 2008 14:10:17 -0400 (EDT) (envelope-from jerrymc) Date: Tue, 11 Mar 2008 14:10:17 -0400 From: Jerry McAllister To: Wojciech Puchar Message-ID: <20080311181017.GJ665@gizmo.acns.msu.edu> References: <47CEDD64.4090100@ourweb.net> <20080305192330.S8517@wojtek.tensor.gdynia.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080305192330.S8517@wojtek.tensor.gdynia.pl> User-Agent: Mutt/1.4.2.2i Cc: FreeBSD Questions , Bill Banks Subject: Re: starting a program 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: Tue, 11 Mar 2008 18:12:42 -0000 On Wed, Mar 05, 2008 at 07:24:07PM +0100, Wojciech Puchar wrote: > >how do i start a program at boot time? > > simplest to add to rc.local > > or as a user - add > > @reboot command > in crontab Not really. The more proper way is to add a startup script in /usr/local/rc.d/ There are notes and documentation for that and some samples. ////jerry > > > >-- > >----------------------------------------------- > >Bill Banks 508-829-2005 > >Wachusett Programming Ourweb > >http://www.ourweb.net > >http://www.ourwebtemplates.com > > > > > >_______________________________________________ > >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" > > > > > _______________________________________________ > 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"