ansible-infra/playbooks/roles/esphome/files/esphome.service

11 lines
192 B
SYSTEMD
Raw Normal View History

2022-12-04 20:11:39 +01:00
[Unit]
Description=ESPHome
[Service]
ExecStart=/home/esphome/.local/bin/esphome dashboard config/
WorkingDirectory=/home/esphome/.local/bin
User=esphome
[Install]
WantedBy=multi-user.target