Renamed files
This commit is contained in:
parent
56c77a5e9b
commit
2680c6fafc
2 changed files with 1 additions and 1 deletions
8
hass-configurator.supervisor
Normal file
8
hass-configurator.supervisor
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue