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.
|
; Modify the paths below to match your setup.
|
||||||
[program:hass-configurator]
|
[program:hass-configurator]
|
||||||
directory = /home/hass/.homeassistant/
|
directory = /home/hass/.homeassistant/
|
||||||
command = sudo -u hass /home/hass/.homeassistant/configurator.py /home/hass/.homeassistant/settings.conf
|
command = /usr/bin/python3 -u /home/hass/.homeassistant/configurator.py /home/hass/.homeassistant/settings.conf
|
||||||
user = root
|
user = hass
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue