Inittab doesnt respwan a process

Hi , I wanted to upgrade my openwrt version for my A20 based olimex board so I built an image with openwrt 21.2.3

So far been able to fix most Issues that I faced except that unlike in v18 in this version the inittab doesnt respwan or boot my processes on start of the boot.

I get enabled is on for the service

/etc/init.d/mysrvs enabled && echo on
on

and the entry in inittab is as follows.

s990:2345:respawn:/usr/bin/mysrvs

am I doing something wrong?

You tell us, there's not enough info for an answer.

Did you add a start and kill/stop to the init.d file?

When you enabled it, was a K??mysrvs and S??mysrvs created in /etc/rc.d?