I'm trying to start a script during startup but it does not work. Once I have finished the script and the symbolic links of /etc/init.d/Script
to /etc/rc3.d/
and /etc/rc6.d
reboot and I verify that my script has not been executed.
When executing the Script directly from /etc/init.d
it throws the following error:
... line 23: start-stop-daemon: order not found
Any ideas? Thanks