Date: Wed, 12 May 2004 17:02:12 -0600 From: "Chad Leigh -- Shire.Net LLC" <chad@shire.net> To: freebsd-questions@freebsd.org Questions <freebsd-questions@freebsd.org> Subject: FreeBSD 5 rc.d scripts and /usr/local/etc/rc.d Message-ID: <67797B99-A468-11D8-A0B4-003065A70D30@shire.net>
next in thread | raw e-mail | index | archive | help
Hi
In the man pages for rc it says:
"The best way to handle rc.local, however, is to separate it
out into rc.d/ style scripts and place them under
/usr/local/etc/rc.d/."
So I created an rc.d style script for my own service and stuck it in
/usr/local/etc/rc.d/. It does not have a .sh on the end as it should
run in a subshell as detailed in the rc man page. I also added
myscript_enable="YES"
in /etc/rc.conf.local
I can run my script by hand and it works. But when I boot it does not
even try and run my script.
How do you get rc.d style scripts in /usr/local/etc/rc.d/ to run at
boot time?
Thanks
Chad
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?67797B99-A468-11D8-A0B4-003065A70D30>
