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