Fork me on GitHub
#duct
<
2019-02-15
>
roklenarcic10:02:21

How does duct determine which keys to initialize and which to leave alone?

roklenarcic10:02:47

Is there any special significance to key :duct/daemon

rickmoynihan10:02:20

@roklenarcic via integrant and a topological sort of ig/ref dependencies from root keys. keys derived from :duct/daemon will IIRC by default make it into that set.

rickmoynihan10:02:24

The only significance of :duct/daemon is that it’s wired in to your template and some modules by default… e.g. your apps -main will look for keys derived from it for roots to start by default.