burrow-pi-img/stage3/01-tweaks/files/home-assistant@homeassistant.service
Fredrik Lindqvist d3b956432c Gen 2 is go
2017-01-30 20:52:22 +01:00

19 lines
346 B
Desktop File

# 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
[Service]
Type=simple
User=%i
ExecStart=/srv/homeassistant/bin/hass
SendSIGKILL=no
[Install]
WantedBy=multi-user.target