@henningw please create file `/etc/systemd/system/kamailio.service.d/20-siremis.conf`
with content
```
[Service]
AmbientCapabilities=CAP_CHOWN
```
and then execute commands
```shell
systemctl daemon-reload
systemctl restart kamailio
systemctl status kamailio
```
Thanks, this worked great:
root@kam01:/home/henning# ls -la /var/run/kamailio/kamailio_rpc.sock
srw-rw---- 1 www-data root 0 Jul 7 09:28 /var/run/kamailio/kamailio_rpc.sock
@linuxmaniac - make it sense to add it to debian packaging? Otherwise I can just document
it in the jsonrpcs README.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2391#issuecomment-654726464