Added CT: ESPHome
This commit is contained in:
13
CT-Files/esphome/Configs/esphome.service
Normal file
13
CT-Files/esphome/Configs/esphome.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description= ESPHome Dashboard
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=esphome
|
||||
ExecStart=/opt/ESPHome/srv/bin/esphome -q dashboard /opt/ESPHome/data/
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
Environment="PATH=$PATH:/opt/ESPHome/srv/bin"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user