Handling buffered output + using other user
This commit is contained in:
parent
2598e05568
commit
ba952a3433
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue