mount

fmn 2019-02-03T00:27:40.002200Z

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

fmn 2019-02-03T01:05:20.002400Z

Alright nvm I found the docs about it