8 lines
517 B
Text
8 lines
517 B
Text
; Example configuration for AIO installed systems. See http://supervisord.org on how to install the service.
|
|
; This example has to be placed in a *.conf file in the conf.d-directory, commonly found at /etc/supervisor/conf.d
|
|
; F. ex.: /etc/supervisor/conf.d/hass-configurator.conf
|
|
; Modify the paths below to match your setup.
|
|
[program:hass-configurator]
|
|
directory = /home/hass/.homeassistant/
|
|
command = /usr/bin/python3 -u /home/hass/.homeassistant/configurator.py /home/hass/.homeassistant/settings.conf
|
|
user = hass
|