HomeAssistantRepository/app-misc/homeassistant-bin/files/homeassistant.service

13 lines
261 B
Desktop File

[Unit]
Description=Home Assistant
After=network-online.target
[Service]
Type=simple
User=homeassistant
ExecStart=/opt/homeassistant/bin/hass --log-file /var/log/homeassistant/homeassistant.log --config /etc/homeassistant
[Install]
WantedBy=multi-user.target