simple question about a "rule"
Eric Hagen
ehagen at hawaii.edu
Wed Jun 27 09:58:29 PDT 2001
Zack,
Create your own hello world script and place it in /etc/rc.d/init.d/
Then create a symbolic link from what ever run directory you want.
If you want it run right after networking is started, it would
be under /etc/rc.d/rc2.d/, and the link name should be something like
S11helloworld, linked to /etc/rc.d/init.d/helloworld.
That is assuming that networking is started via a link called
S10network.
You should use the other scripts in /etc/rc.d/init.d as a guideline.
Eric Hagen "Sometimes we get lost in the darkness,
ehagen at Hawaii.Edu the dreamers learn to steer by the stars..."
"You fight for something because it is good.
Not because it stands to succeed."
On Wed, 27 Jun 2001, Zachary Taylor wrote:
>
>
>
> thanks for all of the suggestions, but I think I was unclear as to what I
> wanted. I just want to start a program at boot, after the network is
> initialized, and if the process dies I want it to respawn. So lets say I
> want to start hellworld at boot how do I do it.
>
>
> ---
> You are currently subscribed to luau as: ehagen at hawaii.edu
> To unsubscribe send a blank email to $subst('Email.Unsub')
>
More information about the LUAU
mailing list