Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I've got a couple of programs (transmission, sabnzbd, svnserver) that I would like to start automatically at boot time. I've got working scripts in the /etc/init.d directory for all these programs. I've run 'update-rc.d <scriptname> defaults' so the links for all runlevels were made, but they still don't start at boot time.
The scripts have all been chmod-ed to 755 and are working if I start them by hand.
I'm running chroot Debian Lenny.
Does anyone have any suggestions on were to look next?
Offline
I start each scipt from /boot/linuxrc. As a newbie, I have no idea if this is the "proper" way or not.
Offline
If you run a chrooted debian, you should have a "linuxrc" script to start any script. "rc" start won't work in chrooted environment anyway. You should start your programs with linuxrc.
Offline
Thanks, that worked perfectly.
Offline