I want to restart mongodb(the code is in a .bat file) by nodejs , if it was stopped by accident.
Is there any module can do this job?
|
|
|
Based on your latest two comments, there's a few things that you should take note of.
|
|||
|
|
|
It would be much better to install MongoDB as a Windows Service instead of running from a .bat file. Then you can use the normal service features such as automatic startup and recovery. |
|||||||||
|