Hi, I have created a recipe which includes an init script to be run during startup so I add “update-rc.d” to the inherits line in my recipe and supply the INITSCRIPT_NAME and INITSCRIPT_PARAMS values.
Before adding this, everything was working fine, when I installed my package it would also install all the required runtime dependencies. However, after adding this it no longer has any of my required runtime dependencies and when I upgrade the package it removes all the other packages it used to depend on and fails to start.
Any help here? Do I need to set my RDEPENDS differently?