12 lines
220 B
SYSTEMD
12 lines
220 B
SYSTEMD
|
[Unit]
|
||
|
Description=Home Assistant
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=homeassistant
|
||
|
ExecStart=/srv/homeassistant/bin/hass -c "/home/homeassistant/.homeassistant"
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|