mirror of
https://github.com/YunoHost-Apps/domoticz_ynh.git
synced 2024-09-03 18:26:17 +02:00
Merge branch 'testing' of https://github.com/Yunohost-Apps/domoticz_ynh into testing
This commit is contained in:
commit
c8aff6d869
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ Group=__APP__
|
|||
ExecStart=__FINALPATH__/domoticz -www __PORT__ -sslwww 0 -log /var/log/__APP__/__APP__.log -loglevel normal,status
|
||||
WorkingDirectory=__FINALPATH__/
|
||||
PermissionsStartOnly=true
|
||||
ExecStartPre=setcap 'cap_net_bind_service=+ep' __FINALPATH__/domoticz
|
||||
ExecStartPre=setcap 'cap_net_bind_service=+ep cap_net_raw=+eip' __FINALPATH__/domoticz
|
||||
Restart=on-failure
|
||||
RestartSec=1m
|
||||
#StandardOutput=null
|
||||
|
|
Loading…
Reference in a new issue