From 83af2731a846724a854b768c847bb8a24ade88b8 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 5 Jun 2020 22:14:34 +0200 Subject: [PATCH] Fix Supervisor container name reference in hassos-supervisor service (#727) --- .../usr/lib/systemd/system/hassos-supervisor.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildroot-external/rootfs-overlay/usr/lib/systemd/system/hassos-supervisor.service b/buildroot-external/rootfs-overlay/usr/lib/systemd/system/hassos-supervisor.service index d21ac9897..c6e0860bd 100644 --- a/buildroot-external/rootfs-overlay/usr/lib/systemd/system/hassos-supervisor.service +++ b/buildroot-external/rootfs-overlay/usr/lib/systemd/system/hassos-supervisor.service @@ -11,9 +11,9 @@ StartLimitBurst=5 Type=simple Restart=always RestartSec=5s -ExecStartPre=-/usr/bin/docker stop hassos_supervisor +ExecStartPre=-/usr/bin/docker stop hassio_supervisor ExecStart=/usr/sbin/hassos-supervisor -ExecStop=-/usr/bin/docker stop hassos_supervisor +ExecStop=-/usr/bin/docker stop hassio_supervisor [Install] WantedBy=multi-user.target