mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Reverted systemd changes that caused Snap to fail building.
Thanks to xet7 !
This commit is contained in:
parent
42f45f9a83
commit
7768a4c1ba
2 changed files with 0 additions and 16 deletions
10
CHANGELOG.md
10
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
|
# v4.41 2020-10-03 Wekan release
|
||||||
|
|
||||||
This release adds the following new features:
|
This release adds the following new features:
|
||||||
|
|
|
||||||
|
|
@ -38,22 +38,16 @@ apps:
|
||||||
command: wekan-control
|
command: wekan-control
|
||||||
daemon: simple
|
daemon: simple
|
||||||
plugs: [network, network-bind]
|
plugs: [network, network-bind]
|
||||||
restart-condition: on-failure
|
|
||||||
restart-delay: 10s
|
|
||||||
|
|
||||||
mongodb:
|
mongodb:
|
||||||
command: mongodb-control
|
command: mongodb-control
|
||||||
daemon: simple
|
daemon: simple
|
||||||
plugs: [network, network-bind]
|
plugs: [network, network-bind]
|
||||||
restart-condition: on-failure
|
|
||||||
restart-delay: 10s
|
|
||||||
|
|
||||||
caddy:
|
caddy:
|
||||||
command: caddy-control
|
command: caddy-control
|
||||||
daemon: simple
|
daemon: simple
|
||||||
plugs: [network, network-bind]
|
plugs: [network, network-bind]
|
||||||
restart-condition: on-failure
|
|
||||||
restart-delay: 10s
|
|
||||||
|
|
||||||
help:
|
help:
|
||||||
command: wekan-help
|
command: wekan-help
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue