Hello Tomas, On 10/15/23 00:57, Tomas Volf wrote:
However, I am unsure how to do this for services. Would anyone have any ideas how to do this?
I may be wrong, I believe you can't add services from within a service but you can extend them (extension entails instantiation iiuc): so in your example SERVICE should expose an extension api and my-service-service-type should make use of it through a (service-extension ...) call.
Hope this helps, giacomo