فهرست منبع

Added restart on failure delay of 10 seconds to Snap.

Thanks to xet7 !

Related #3293
Lauri Ojansivu 4 سال پیش
والد
کامیت
ac65b93b43
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      snapcraft.yaml

+ 6 - 0
snapcraft.yaml

@@ -38,16 +38,22 @@ 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