13 lines
274 B
Desktop File
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 |