1
0
Fork 0
home-stack-ansible/roles/homeassistant/files/hass.service

13 lines
274 B
Desktop File

[Unit]
Description=Home Assistant
Documentation=https://www.home-assistant.io
After=network-online.target
[Service]
Type=simple
User=homeassistant
Group=homeassistant
ExecStart=/srv/homeassistant/bin/python3 /srv/homeassistant/bin/hass
[Install]
WantedBy=multi-user.target