From 7768a4c1ba9b5646983957e34d9df85eef6e17c7 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 11 Oct 2020 01:49:55 +0300 Subject: [PATCH] Reverted systemd changes that caused Snap to fail building. Thanks to xet7 ! --- CHANGELOG.md | 10 ---------- snapcraft.yaml | 6 ------ 2 files changed, 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a79b8cd87..420d3c361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,3 @@ -# Upcoming Wekan release - -This release fixes the following bugs: - -- [Added restart on failure delay of 10 seconds to Snap](https://github.com/wekan/wekan/commit/ac65b93b438fdbc1e3b84f141daa948284215db7) - to see if it fixes too fast restart problems of systemd. - Thanks to xet7. - -Thanks to above GitHub users for their contributions and translators for their translations. - # v4.41 2020-10-03 Wekan release This release adds the following new features: diff --git a/snapcraft.yaml b/snapcraft.yaml index 5a1c65f70..96c5d28c7 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -38,22 +38,16 @@ apps: command: wekan-control daemon: simple plugs: [network, network-bind] - restart-condition: on-failure - restart-delay: 10s mongodb: command: mongodb-control daemon: simple plugs: [network, network-bind] - restart-condition: on-failure - restart-delay: 10s caddy: command: caddy-control daemon: simple plugs: [network, network-bind] - restart-condition: on-failure - restart-delay: 10s help: command: wekan-help