From 55751fbd6b5182da56015a3414f3633e8489d0ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Fri, 16 Mar 2018 09:37:56 +0100 Subject: [PATCH] upgrade-hassbian-config-on-first-boot (#139) --- package/etc/systemd/system/install_homeassistant.service | 1 + 1 file changed, 1 insertion(+) diff --git a/package/etc/systemd/system/install_homeassistant.service b/package/etc/systemd/system/install_homeassistant.service index 35802fd4..87aef39d 100644 --- a/package/etc/systemd/system/install_homeassistant.service +++ b/package/etc/systemd/system/install_homeassistant.service @@ -7,6 +7,7 @@ Description=Install Home Assistant After=network.target [Service] +ExecStartPre=/usr/local/bin/hassbian-config upgrade hassbian-script ExecStart=/usr/local/bin/hassbian-config install homeassistant [Install]