From a28c3d371632f6ec4141ca67e0172d1149d9daef Mon Sep 17 00:00:00 2001 From: gyurix Date: Thu, 17 Oct 2024 15:21:19 +0200 Subject: [PATCH] added restart always params for homeassistant --- homeassistant/service-homeassistant.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/service-homeassistant.json b/homeassistant/service-homeassistant.json index 4c8d338..87419e1 100644 --- a/homeassistant/service-homeassistant.json +++ b/homeassistant/service-homeassistant.json @@ -29,7 +29,7 @@ } ], "ENVS": [], - "EXTRA": "null", + "EXTRA": "--restart always", "DEPEND": [], "START_ON_BOOT": "false", "CMD": "null",