I've a debian minimal installation, and I just want to start a script at startup.
So, I've a script at /etc/init.d/myscript, I put a chmod 700, and create symlinks ('S20myscript') into /etc/rc2.d, rc3.d, rc4.d and rc5.d. But the script is NOT launched at all.
When I put this script with update-rc.d (or insserv...), it works.
I don't understand, am I forced to use this command? (and no, I don't want to use /erc/rc.local).
Thanks!