From 26b4106ddaac866c5b4b9f630e462fd7c7e9b53d Mon Sep 17 00:00:00 2001 From: Ryan Egesdahl Date: Thu, 16 Mar 2023 00:20:15 -0700 Subject: SERVER-74845 Override processManagement.fork in mongod.service --- debian/mongod.service | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/mongod.service b/debian/mongod.service index 12283a12ef5..b510d2a0fa2 100644 --- a/debian/mongod.service +++ b/debian/mongod.service @@ -8,6 +8,7 @@ Wants=network-online.target User=mongodb Group=mongodb EnvironmentFile=-/etc/default/mongod +Environment="MONGODB_CONFIG_OVERRIDE_NOFORK=1" ExecStart=/usr/bin/mongod --config /etc/mongod.conf RuntimeDirectory=mongodb # file size -- cgit v1.2.1