script to be executed on system startup.

Ivan Voras ivoras at freebsd.org
Wed Feb 6 17:52:29 UTC 2008


On 06/02/2008, Wojciech Puchar <wojtek at wojtek.tensor.gdynia.pl> wrote:
> > (for example: "/etc/rc.d/myscript")
> > 2. chmod a+x the script
> > 3. you're done.
> >
> > This will work for the recent versions of FreeBSD (you didn't say for
> > which version do you need it).
>
> you need to make that script react for "start" and "stop" commands at
> least

You *can*, but you don't *need* to, if in a hurry :) The script will
be executed once at startup, and it can parse the "start" argument
given to it, but it doesn't have to. Yes, it's somewhat dirty if you
ignore start/stop arguments (and if you ignore them you can't rely on
nice built-in features like "restart" internally executing stop, then
start) but it works.

I spent a few days playing with the rc.d mechanism and it's awesome.


More information about the freebsd-questions mailing list