hass-configurator/hass-poc-configurator.systemd
2017-01-29 20:45:58 +00:00

11 lines
No EOL
231 B
Text

[Unit]
Description=HASS-PoC-Configurator
After=network.target
[Service]
Type=simple
#Set the path to your configurator.py location
ExecStart=/usr/bin/python3 /etc/homeassistant/configurator.py
[Install]
WantedBy=multi-user.target