Skip to content

Commit

Permalink
Add comment about location of hass (fixes home-assistant#1723)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Apr 9, 2016
1 parent ff47cff commit c210242
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/home-assistant@.service
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 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]
Description=Home Assistant for %i
After=network.target
Expand All @@ -9,6 +11,7 @@ Type=simple
User=%i
# Enable the following line if you get network-related HA errors during boot
#ExecStartPre=/usr/bin/sleep 60
# Use `whereis hass` to determine the path of hass
ExecStart=/usr/bin/hass
SendSIGKILL=no

Expand Down

0 comments on commit c210242

Please sign in to comment.