mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
adding uspport for snapctl restart
Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
This commit is contained in:
parent
e077c85d00
commit
d7ea73ff82
1 changed files with 3 additions and 0 deletions
3
snap/hooks/configure
vendored
3
snap/hooks/configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue