Description
systemd expects daemons that exit with non-zero exit statuses. But a standard SIGTERM to mongod returns 12. This causes systemd to believe that mongod has failed every time it exits. The exit code when signaled should be 0.
systemd expects daemons that exit with non-zero exit statuses. But a standard SIGTERM to mongod returns 12. This causes systemd to believe that mongod has failed every time it exits. The exit code when signaled should be 0.