systemd unit fixes

This commit is contained in:
Harry Kantas 2016-03-26 09:58:16 +00:00
parent 9d0b15421c
commit 863c111449

View file

@ -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]