13 lines
274 B
SYSTEMD
13 lines
274 B
SYSTEMD
|
[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
|