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

Add debug to hass command

This commit is contained in:
ewilly 2020-08-14 09:06:05 +02:00
parent 86aca0935e
commit 6368f759c4

View file

@ -6,7 +6,7 @@ After=network-online.target
Type=simple
User=homeassistant
WorkingDirectory=/home/homeassistant/.homeassistant
ExecStart=/opt/yunohost/homeassistant/bin/hass -c "/home/homeassistant/.homeassistant"
ExecStart=/opt/yunohost/homeassistant/bin/hass -c "/home/homeassistant/.homeassistant" --debug
[Install]
WantedBy=multi-user.target