mirror of
https://github.com/YunoHost-Apps/homeassistant_ynh.git
synced 2024-09-03 19:26:16 +02:00
12 lines
230 B
SYSTEMD
12 lines
230 B
SYSTEMD
|
[Unit]
|
||
|
Description=Home Assistant
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=homeassistant
|
||
|
ExecStart=/opt/yunohost/homeassistant/bin/hass -c "/home/homeassistant/.homeassistant"
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|