1 Jul
2003
1 Jul
'03
04:38
N1UAN Bob wrote:
Hi I am trying to have an file run after my system boot all the way up i try running it from boot.local but it comes up before the sytem is all up and running and then the system stops from booting all the way up is there anywhere i can have this file run from that it wont run till the system is all the way up thanks for any info Bob
Here is the way I would do it: cp /etc/init.d/boot.local /etc/init.d/boot.end ln -s /etc/init.d/rc5.d/S99boot.end /etc/init.d/boot.end pico /etc/init.d/boot.end Now change the contents of boot.end. Also, I am assuming that you are booting into runlevel 5 (graphical mode). You may have to switch that ln -s statement as I am not using Linux right now. Hope this helps! NeoFax