Handling buffered output + using other user

This commit is contained in:
Daniel Perna 2017-02-20 23:31:57 +01:00 committed by GitHub
parent 2598e05568
commit ba952a3433

View file

@ -4,5 +4,5 @@
; Modify the paths below to match your setup.
[program:hass-configurator]
directory = /home/hass/.homeassistant/
command = sudo -u hass /home/hass/.homeassistant/configurator.py /home/hass/.homeassistant/settings.conf
user = root
command = /usr/bin/python3 -u /home/hass/.homeassistant/configurator.py /home/hass/.homeassistant/settings.conf
user = hass