From 38307912f8069f790f800c1c8046670782a58a5a Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 25 Mar 2023 09:15:22 -0400 Subject: [PATCH] Update alpine-esphome-install.sh --- install/alpine-esphome-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/alpine-esphome-install.sh b/install/alpine-esphome-install.sh index 857243a2..15fde305 100644 --- a/install/alpine-esphome-install.sh +++ b/install/alpine-esphome-install.sh @@ -31,6 +31,7 @@ cat </etc/init.d/esphome name="esphome" description="ESPHome Service" +RC_SVCNAME="esphome" command="/usr/bin/esphome /root/config/ dashboard" pidfile="/run/$RC_SVCNAME/pid"