Le Mardi 11 Mars 2003 04:22, Lynn Avants a �crit : > On Monday 10 March 2003 09:12 pm, Thitiporn Pornpirunrak wrote: > > Dear all > > I would like to start one process at startup. Could i write some > > script to run at startup like rc.local? anyone who know please tell me. > > It goes in /etc/init.d like Debian with the RCDLINKS line set for the > runlevel and load order. In fact there is another, more traditional approach: There is and /etc/rc.boot directory in Bering. All the scripts you will put there will be executed at the end of the boot process by /etc/init.d/rcS:
<snip> rcS:# For compatibility, run the files in /etc/rc.boot too. rcS:[ -d /etc/rc.boot ] && run-parts /etc/rc.boot <snip> Also do not forget to save etc.lrp once your script have been put into rc.boot. :-) Jacques ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
