summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsnap/hooks/configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/snap/hooks/configure b/snap/hooks/configure
index fd18da33..15d68a19 100755
--- a/snap/hooks/configure
+++ b/snap/hooks/configure
@@ -20,3 +20,6 @@ else
snapctl stop caddy-service 2>&1 || true
fi
+# restart mongo and wekan service
+snapctl restart mongodb 2>&1 || true
+snapctl restart wekan 2>&1 || true