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