Merge pull request #1614 from harrykantas/hk/systemd

systemd unit fixes
This commit is contained in:
Fabian Affolter 2016-03-26 12:47:35 +01:00
commit 1d198579b7

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]