I'm trying to get a server-like process (well, two) to run whenever I boot the Pi, and I haven't been able to find any good examples online of Debian SysVInit scripts. I'd need one to start running after the other.
I'm also curious as to whether it's possible for init to automatically restart a program if it dies, like systemd can do. Does anyone know where I can find out more?