systemd unit fixes
This commit is contained in:
parent
9d0b15421c
commit
863c111449
1 changed files with 3 additions and 2 deletions
|
@ -7,8 +7,9 @@ After=network.target
|
|||
[Service]
|
||||
Type=simple
|
||||
User=%i
|
||||
WorkingDirectory=%h
|
||||
ExecStart=/usr/bin/hass --config %h/.homeassistant/
|
||||
# Enable the following line if you get network-related HA errors during boot
|
||||
#ExecStartPre=/usr/bin/sleep 60
|
||||
ExecStart=/usr/bin/hass
|
||||
SendSIGKILL=no
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue