AES wrote:
> I need to add commands that starts every time at system boot.
>
> which script is the one that starts first and where can I find it?
If you're Ok with running your commands late in the boot process then
/etc/rc.local is your best bet.
If what you're doing n
2009/6/7 Clifton Royston :
> On Sun, Jun 07, 2009 at 04:12:41PM -0400, Scott Ullrich wrote:
>> On Sun, Jun 7, 2009 at 3:36 PM, Chris Rees wrote:
>> > 2009/6/7 Clifton Royston :
>> >
>> >> If you feel you just *can't* do it via a script in
>> >> /usr/local/etc/rc.d, which is the better way, add a sc
On Sun, Jun 07, 2009 at 04:12:41PM -0400, Scott Ullrich wrote:
> On Sun, Jun 7, 2009 at 3:36 PM, Chris Rees wrote:
> > 2009/6/7 Clifton Royston :
> >
> >> If you feel you just *can't* do it via a script in
> >> /usr/local/etc/rc.d, which is the better way, add a script called
> >> /etc/rc.local and
On Sun, Jun 7, 2009 at 3:36 PM, Chris Rees wrote:
> 2009/6/7 Clifton Royston :
>
>> If you feel you just *can't* do it via a script in
>> /usr/local/etc/rc.d, which is the better way, add a script called
>> /etc/rc.local and that will be run after all the other start-up steps.
>
> What's wrong with
2009/6/7 Clifton Royston :
> If you feel you just *can't* do it via a script in
> /usr/local/etc/rc.d, which is the better way, add a script called
> /etc/rc.local and that will be run after all the other start-up steps.
What's wrong with rc.local?
Chris
--
A: Because it messes up the order i
On Sun, Jun 07, 2009 at 10:29:57AM -0700, AES wrote:
> I need to add commands that starts every time at system boot.
>
> which script is the one that starts first and where can I find it?
You should add a script of your own to the directory
/usr/local/etc/rc.d, and have it check
> I need to add commands that starts every time at system boot.
> which script is the one that starts first and where can I find it?
You can also try to add something like this to root's crontab:
@reboot /sbin/mount -a
--
regards
Claus
When lenity and cruelty play for a kingdom,
I need to add commands that starts every time at system boot.
which script is the one that starts first and where can I find it?
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe