diff --git a/conf/systemd.service b/conf/systemd.service index ca29149..bc994d6 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -8,9 +8,9 @@ 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 [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target