Update alpine-esphome-install.sh

This commit is contained in:
tteckster
2023-03-25 09:15:22 -04:00
committed by GitHub
parent a7a1c1717c
commit 38307912f8

View File

@ -31,6 +31,7 @@ cat <<EOF >/etc/init.d/esphome
name="esphome"
description="ESPHome Service"
RC_SVCNAME="esphome"
command="/usr/bin/esphome /root/config/ dashboard"
pidfile="/run/$RC_SVCNAME/pid"