I am working on Netgear R7000 build system(stock firmware).I want to start a service.I noticed that init is linked to busybox and busybox init does not use run levels.I have written a script in init.d/ but it is not run as there is no symlink corresponding to it as there is no run level in busybox.
How Do I start the service?