Browse Source

supervisor config

pull/1/head
Ales Komarek 8 years ago
parent
commit
adffa56290
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      home_assistant/files/supervisor.conf

+ 14
- 0
home_assistant/files/supervisor.conf View File

@@ -0,0 +1,14 @@

[program:home_assistant_server]
command=/srv/home_assistant/bin/hass --config /etc/homeassistant/
directory=/srv/home_assistant
autostart=true
autorestart=true
startretries=3
exitcodes=0,2
stopsignal=TERM
redirect_stderr=true
stdout_logfile=/var/log/home_assistant/home_assistant.log
stdout_logfile_maxbytes=1MB
stdout_logfile_backups=10
user=home_assistant

Loading…
Cancel
Save