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] [Service]
Type=simple Type=simple
User=%i User=%i
WorkingDirectory=%h # Enable the following line if you get network-related HA errors during boot
ExecStart=/usr/bin/hass --config %h/.homeassistant/ #ExecStartPre=/usr/bin/sleep 60
ExecStart=/usr/bin/hass
SendSIGKILL=no SendSIGKILL=no
[Install] [Install]