mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +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]
|
[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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user