Fork me on GitHub
#mount
<
2019-02-03
>
fmn00:02:40

Can we run multiple instances of mount? Using com.stuartsierra.component I can do this:

(def system-a (c/start my-system))

(def system-b (c/start my-system-different-config))

fmn01:02:20

Alright nvm I found the docs about it