Try putting it in your rc.local that's what I did to load my ppa module
for my zip drive. Either put it in the end or the beginning of the file.
Or if you are really daring write a run level for it and place it in your
init.d directory, then find the correct run level that you run in and
create a link to it.

Such as:

cd /etc/rc.d/rc4.d (or whatever your default runlevel is)
ln -s ../init.d/scriptname S99scriptname

I have written a few run levels if you like I can create one for you it's
farely simple.

-Al

Reply via email to