mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Merge pull request #1614 from harrykantas/hk/systemd
systemd unit fixes
This commit is contained in:
commit
1d198579b7
@ -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…
x
Reference in New Issue
Block a user