diff --git a/snap/hooks/configure b/snap/hooks/configure index fd18da33d..15d68a197 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