11 lines
192 B
SYSTEMD
11 lines
192 B
SYSTEMD
|
[Unit]
|
||
|
Description=ESPHome
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/home/esphome/.local/bin/esphome dashboard config/
|
||
|
WorkingDirectory=/home/esphome/.local/bin
|
||
|
User=esphome
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|