From 3b270230a73b40cab9d7d0f27bdf34b064feb513 Mon Sep 17 00:00:00 2001 From: tyjtyj Date: Fri, 23 Jul 2021 02:55:54 +0800 Subject: [PATCH] Remove Startup service This not required by HA to start. Reduce to application startup --- resiliosync/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resiliosync/config.json b/resiliosync/config.json index 7c101ee2c..14d2d06bd 100644 --- a/resiliosync/config.json +++ b/resiliosync/config.json @@ -1,12 +1,11 @@ { "name": "ResilioSync", - "version": "2.7.2.1375-3", + "version": "2.7.2.1375-4", "upstream": "2.7.2.1375", "slug": "resiliosync", "description": "Self-hosted file share and collaboration platform on the web", "url": "https://github.com/tyjtyj/hassio-addons", "webui": "http://[HOST]:[PORT:8888]", - "startup": "services", "boot": "auto", "ports": { "8888/tcp": 8888,