From 63fc4b295c1b27af104e01d21bf47801da0187a1 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 12 Apr 2018 14:53:07 +0200 Subject: [PATCH] Update hassio-supervisor.service --- .../usr/lib/systemd/system/hassio-supervisor.service | 1 + 1 file changed, 1 insertion(+) diff --git a/buildroot-external/rootfs-overlay/usr/lib/systemd/system/hassio-supervisor.service b/buildroot-external/rootfs-overlay/usr/lib/systemd/system/hassio-supervisor.service index 24d122340..81dc66e42 100644 --- a/buildroot-external/rootfs-overlay/usr/lib/systemd/system/hassio-supervisor.service +++ b/buildroot-external/rootfs-overlay/usr/lib/systemd/system/hassio-supervisor.service @@ -8,6 +8,7 @@ RequiresMountsFor=/mnt/data Type=simple Restart=always RestartSec=5s +ExecStartPre=-/usr/bin/docker stop hassio_supervisor ExecStart=/usr/sbin/hassio-supervisor ExecStop=-/usr/bin/docker stop hassio_supervisor