cloak
cloak copied to clipboard
vault can be re-started
Do not crash if vault is started more than once.
Instead return {:error, {:already_started, <pid>}}
so it can be handled by caller, which is proper OTP behavior I believe.