Okay, never mind. I found the post about inittab. I created the following line in /etc/inittab:
stup:3:once:/root/startup.sh which starts my script after everything else. Works! Woot! :-) Regards, Sander --- In [email protected], "sander_huijsen" <sander.huij...@...> wrote: > > Hi, > > I'm trying to automatically start a script after booting the Fox Board. > According to the documentation, I should put that script in the directory > /etc/init.d/boottime/. However, when I do that (yes, I chmod +x the script) > it doesn't work. > > So, what should I do exactly to make this work? > > Thanks, > Sander >
