1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/homeassistant_ynh.git synced 2024-09-03 19:26:16 +02:00
homeassistant_ynh/conf/systemd.service

13 lines
292 B
SYSTEMD
Raw Normal View History

2018-10-18 05:16:40 +02:00
[Unit]
Description=Home Assistant
After=network-online.target
[Service]
Type=simple
User=homeassistant
2020-08-14 09:03:45 +02:00
WorkingDirectory=/home/homeassistant/.homeassistant
2020-08-14 13:25:58 +02:00
ExecStart=/opt/yunohost/homeassistant/bin/hass -c "/home/homeassistant/.homeassistant" --verbose
2018-10-18 05:16:40 +02:00
[Install]
WantedBy=multi-user.target