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:
parent
86aca0935e
commit
6368f759c4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ After=network-online.target
|
||||||
Type=simple
|
Type=simple
|
||||||
User=homeassistant
|
User=homeassistant
|
||||||
WorkingDirectory=/home/homeassistant/.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]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue