1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 13:38:04 +00:00
Files
core/script/home-assistant@.service
2016-03-26 09:58:16 +00:00

17 lines
357 B
Desktop File

# This is a simple service file for systems with systemd to tun HA as user.
#
[Unit]
Description=Home Assistant for %i
After=network.target
[Service]
Type=simple
User=%i
# Enable the following line if you get network-related HA errors during boot
#ExecStartPre=/usr/bin/sleep 60
ExecStart=/usr/bin/hass
SendSIGKILL=no
[Install]
WantedBy=multi-user.target