Hi Team,
We have an Ubuntu-based image that includes several scripts running as oneshot and longrun services under /etc/s6-overlay/s6-rc.d.
On top of this base image, we’re building another image that adds more scripts.
However, the issue is that the services from the new image start before the base Ubuntu services, whereas the base services are supposed to start first.
Even after adding dependencies, the startup order is still incorrect.
Thanks