HEllo,
We are attempting to Implement an ERPnext App Deployment for NEthserver 8 here: geniusdynamics/ns8-erp-next (github.com)
This uses Podman with SystemD services to manage containers.
I am however facing a chellenge on the correct start order for the different services in ErpNext.
Here are are the services ns8-erp-next/imageroot/systemd/user at main · geniusdynamics/ns8-erp-next (github.com)
SHould or is this the correct order, or there is a different proper order
- redis-queue.service
- db.service
- backend.service
- configurator.service
- create-site.service
- frontend.service queue-long.service
- queue-short.service
- scheduler.service
- websocket.service
I would appreciate if i could get a proper order for these services. of if anyone could tell me what i might be missing as well thats necessary