summaryrefslogtreecommitdiff
path: root/debian/mongodb-org-server.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/mongodb-org-server.postinst')
-rw-r--r--debian/mongodb-org-server.postinst3
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/mongodb-org-server.postinst b/debian/mongodb-org-server.postinst
index 40f5976c044..52761cd3e3f 100644
--- a/debian/mongodb-org-server.postinst
+++ b/debian/mongodb-org-server.postinst
@@ -38,9 +38,6 @@ case "$1" in
mkdir -p /var/log/mongodb
chown mongodb:mongodb /var/log/mongodb
fi
-
- # Check for changes to the service file
- systemctl daemon-reload
;;
abort-upgrade|abort-remove|abort-deconfigure)