mirror of
https://github.com/YunoHost-Apps/domoticz_ynh.git
synced 2024-09-03 18:26:17 +02:00
Ass -sslwww 0 in order not to broke nginx
This commit is contained in:
parent
b1a1dddc2e
commit
aa05897277
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ After=network.target
|
|||
[Service]
|
||||
User=__APP__
|
||||
Group=__APP__
|
||||
ExecStart=__FINALPATH__/domoticz -www __PORT__ -log /var/log/__APP__/__APP__.log -loglevel normal,status
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue