Description
The bundled init script uses kill -1 for reloading the server. This will effectively kill the server, not reload the logs. It should send USR1 (or perhaps mongodb should accept HUP for reloading) instead.
The bundled init script uses kill -1 for reloading the server. This will effectively kill the server, not reload the logs. It should send USR1 (or perhaps mongodb should accept HUP for reloading) instead.