diff --git a/auto-backup/config.json b/auto-backup/config.json index d2765e7..3c1315f 100644 --- a/auto-backup/config.json +++ b/auto-backup/config.json @@ -4,7 +4,7 @@ "version": "0.2.0", "slug": "auto-backup", "description": "Take hassio backups with fixed timings and manage retention", - "startup": "before", + "startup": "application", "boot": "auto", "arch": [ "aarch64", diff --git a/auto-snapshot/config.json b/auto-snapshot/config.json index bc47ddc..a6a32f1 100644 --- a/auto-snapshot/config.json +++ b/auto-snapshot/config.json @@ -4,7 +4,7 @@ "version": "0.1.3", "slug": "auto-snapshot", "description": "Take hassio snapshots with fixed timings and manage retention. Since Homeassistant 2021.9 SNAPSHOT is renamed to BACKUP, so please use the new addon AUTO-BACKUP. This addon will not be supported anymore.", - "startup": "before", + "startup": "application", "boot": "auto", "arch": [ "aarch64", diff --git a/ot-recorder/config.json b/ot-recorder/config.json index 8b7f687..f4057b2 100644 --- a/ot-recorder/config.json +++ b/ot-recorder/config.json @@ -5,7 +5,7 @@ "version": "0.2.2", "slug": "ot-recorder", "description": "Owntracks Recorder - connects to your mqtt broker and consumes owntracks locations", - "startup": "before", + "startup": "services", "boot": "auto", "ports": { "8083": 8083 diff --git a/upsmon/config.json b/upsmon/config.json index 121c67f..6b23da5 100644 --- a/upsmon/config.json +++ b/upsmon/config.json @@ -4,7 +4,7 @@ "version": "0.1.9", "slug": "upsmon", "description": "Connect to a remote NUT server", - "startup": "system", + "startup": "services", "boot": "auto", "arch": [ "aarch64",