Hi everyone,
I am trying to setup the inadyn (from optware) so that it will run at reboot.
So I made a configuration inadyn.conf file, in the /etc… This way I can just run inadyn from the cli to check it is working.
Next I made a little script in the init.d, called S95inadyn. This is the little script:
#!/bin/sh
inadyn &My thinking is that all the S* scripts are run, in order, this way in the end my addition should be run.
So to verify my idea, I rebooted. And did a ps -ef|grep inadyn
With no result, ok, besides my grep that is, there is no process running.
Now I am wondering what it wrong with my thinking, so anyone got tips for me?














