diff --git a/.scripts/postinst b/.scripts/postinst index 36b7bb079..3efccb684 100755 --- a/.scripts/postinst +++ b/.scripts/postinst @@ -10,6 +10,6 @@ useradd --system \ --comment "MongoDB Exporter" \ mongodb_exporter -systemctl daemon-reload > dev/null || exit $? +systemctl --system daemon-reload >/dev/null || true exit 0