mirror of
https://github.com/YunoHost-Apps/homeassistant_ynh.git
synced 2024-09-03 19:26:16 +02:00
Fix
This commit is contained in:
parent
7cdc039ddf
commit
810d5bd4ab
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ Type=simple
|
|||
User=__APP__
|
||||
WorkingDirectory=__DATAPATH__/.__APP__
|
||||
ExecStart=__FINALPATH__/bin/hass --config "__DATAPATH__/.__APP__" --log-file "__LOGFILE__" --verbose
|
||||
StandardOutput=append:__LOGFILE__
|
||||
StandardError=inherit
|
||||
|
||||
# Sandboxing options to harden security
|
||||
# Depending on specificities of your service/app, you may need to tweak these
|
||||
|
|
Loading…
Add table
Reference in a new issue