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

14 lines
322 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=Install Home Assistant
After=network.target
[Service]
ExecStart=/usr/local/bin/install_homeassistant.sh
[Install]
WantedBy=multi-user.target