mount

kaosko 2020-03-30T17:17:12.002900Z

so, I have a lower level state namespace containing all of my application state. I have two other namespaces that have their mount states. an incoming state change in one of the upper level namespaces would require restarting a service (state) in the other namespace. How do I best model that with mount (and avoid circular dependencies)?