소스 검색

Update alpine-esphome-install.sh

tteckster 2 년 전
부모
커밋
38307912f8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      install/alpine-esphome-install.sh

+ 1 - 0
install/alpine-esphome-install.sh

@@ -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"