Currently I have a tool setup that will launch Mongod
, following the advice of this post.
However, the issue is that when I have my configuration setup to run this Mongod
tool before launching, it won't run my node
script since there's no "successful completion" by Mongod
.
Is there any way around this? In other words, can I have mongod
start alongside my configuration but not block my script from running until it "completes"?