From 863c111449789b406f3a964814c2274bb6689dff Mon Sep 17 00:00:00 2001 From: Harry Kantas Date: Sat, 26 Mar 2016 09:58:16 +0000 Subject: [PATCH] systemd unit fixes --- script/home-assistant@.service | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/script/home-assistant@.service b/script/home-assistant@.service index 1fffbc3c344..9c4876f9789 100644 --- a/script/home-assistant@.service +++ b/script/home-assistant@.service @@ -7,8 +7,9 @@ After=network.target [Service] Type=simple User=%i -WorkingDirectory=%h -ExecStart=/usr/bin/hass --config %h/.homeassistant/ +# Enable the following line if you get network-related HA errors during boot +#ExecStartPre=/usr/bin/sleep 60 +ExecStart=/usr/bin/hass SendSIGKILL=no [Install]