Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2000 17:26:06 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Otter <otterr@telocity.com>
Cc:        Randy Katz <randyk@ccsales.com>, Drew Tomlinson <drewt@writeme.com>, "FreeBSD Questions (E-mail)" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: How to Get Program to Start Automatically Upon Boot
Message-ID:  <20001223172606.B48060@hades.hell.gr>
In-Reply-To: <HLEDJBJKDDPDJBMGCLPPEEKPCMAA.otterr@telocity.com>; from otterr@telocity.com on Sun, Dec 17, 2000 at 08:36:00PM -0500
References:  <5.0.2.1.0.20001217172202.029d6f00@mail.ccsales.com> <HLEDJBJKDDPDJBMGCLPPEEKPCMAA.otterr@telocity.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Dec 17, 2000 at 08:36:00PM -0500, Otter wrote:
> Some of us don't have /etc/rc.local floating around on our drives. You
> can make scripts that start up as an .sh script in
> /usr/local/etc/rc.d/
>
> -Otter

It does not exist, but the code of /etc/rc will run it if you make one.
From my 4-STABLE /etc directory I can read in /etc/rc:

	if [ -r /etc/rc.local ]; then
		echo -n 'starting local daemons:'
		sh /etc/rc.local
		echo '.'
	fi

- giorgos


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001223172606.B48060>