From ce3ff8a91bb39be3cc09a91b739aec371171f450 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 23 Jul 2017 17:11:59 +0200 Subject: [PATCH] Cleanup startup logo (#150) * startup dhcp * startup dnsmasq * startup duckdns * startup mariadb * startup nginx * Update config.json --- dhcp_server/config.json | 2 +- dnsmasq/config.json | 2 +- duckdns/config.json | 2 +- mariadb/config.json | 2 +- nginx_proxy/config.json | 2 +- ssh/config.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dhcp_server/config.json b/dhcp_server/config.json index 9f4a58f..75c5a2d 100644 --- a/dhcp_server/config.json +++ b/dhcp_server/config.json @@ -4,7 +4,7 @@ "slug": "dhcp_server", "description": "A simple dhcp server", "url": "https://home-assistant.io/addons/dhcp_server/", - "startup": "before", + "startup": "system", "boot": "auto", "host_network": true, "options": { diff --git a/dnsmasq/config.json b/dnsmasq/config.json index b76d47b..fd4eab5 100644 --- a/dnsmasq/config.json +++ b/dnsmasq/config.json @@ -4,7 +4,7 @@ "slug": "dnsmasq", "description": "A simple dns server with benefits", "url": "https://home-assistant.io/addons/dnsmasq/", - "startup": "before", + "startup": "system", "boot": "auto", "host_network": true, "options": { diff --git a/duckdns/config.json b/duckdns/config.json index fea63c1..758cebd 100644 --- a/duckdns/config.json +++ b/duckdns/config.json @@ -4,7 +4,7 @@ "slug": "duckdns", "description": "Free dynamic DNS hosted on Amazon VPC", "url": "https://home-assistant.io/addons/duckdns/", - "startup": "before", + "startup": "services", "boot": "auto", "options": { "token": null, diff --git a/mariadb/config.json b/mariadb/config.json index 70faa49..3d65733 100644 --- a/mariadb/config.json +++ b/mariadb/config.json @@ -4,7 +4,7 @@ "slug": "mariadb", "description": "MariaDB Server is one of the most popular database servers in the world.", "url": "https://home-assistant.io/addons/mariadb/", - "startup": "before", + "startup": "system", "boot": "auto", "ports": { "3306/tcp": 3306 diff --git a/nginx_proxy/config.json b/nginx_proxy/config.json index 609188b..710a9d9 100644 --- a/nginx_proxy/config.json +++ b/nginx_proxy/config.json @@ -4,7 +4,7 @@ "slug": "nginx_proxy", "description": "Use nginx as SSL proxy to HomeAssistant instance", "url": "https://home-assistant.io/addons/nginx_proxy/", - "startup": "after", + "startup": "application", "boot": "auto", "ports": { "80/tcp": 80, diff --git a/ssh/config.json b/ssh/config.json index add2459..703887a 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -4,7 +4,7 @@ "slug": "ssh", "description": "Connect to your server over SSH", "url": "https://home-assistant.io/addons/ssh/", - "startup": "before", + "startup": "services", "boot": "auto", "ports": { "22/tcp": 22