mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add comment about location of hass (fixes #1723)
This commit is contained in:
parent
ff47cffe8a
commit
c210242c80
@ -1,5 +1,7 @@
|
|||||||
# This is a simple service file for systems with systemd to tun HA as user.
|
# This is a simple service file for systems with systemd to tun HA as user.
|
||||||
#
|
#
|
||||||
|
# For details please check https://home-assistant.io/getting-started/autostart/
|
||||||
|
#
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Home Assistant for %i
|
Description=Home Assistant for %i
|
||||||
After=network.target
|
After=network.target
|
||||||
@ -9,6 +11,7 @@ Type=simple
|
|||||||
User=%i
|
User=%i
|
||||||
# Enable the following line if you get network-related HA errors during boot
|
# Enable the following line if you get network-related HA errors during boot
|
||||||
#ExecStartPre=/usr/bin/sleep 60
|
#ExecStartPre=/usr/bin/sleep 60
|
||||||
|
# Use `whereis hass` to determine the path of hass
|
||||||
ExecStart=/usr/bin/hass
|
ExecStart=/usr/bin/hass
|
||||||
SendSIGKILL=no
|
SendSIGKILL=no
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user