Renamed files

This commit is contained in:
Daniel Perna 2018-01-02 21:01:19 +01:00
parent 56c77a5e9b
commit 2680c6fafc
2 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,8 @@
; 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