Fork me on GitHub
#mount
<
2020-03-30
>
kaosko17:03:12

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)?