14 lines
312 B
Text
14 lines
312 B
Text
[Unit]
|
|
Description=HASS-Configurator
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=homeassistant
|
|
#Set the path to your configurator.py location
|
|
WorkingDirectory=/etc/homeassistant
|
|
ExecStart=/usr/bin/python3 /etc/homeassistant/configurator.py settings.conf
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|