Cardano-node/node.socket permissions

Hi guys,

Currently I have a node setup where it is started with use of systemd. When the nodes starts is creates the famous node.socket. I noticed that when this nodes creates the socket it sets the permissions to strict (srwxr-xr-x). So when I want to use the cardano-cli with an user that is not root it cannot use the node. Of course I can just chmod the right permissions but I would like the systemd service to automatically set the right permissions. Does someone have a suggestion or a nice implementation?

Tnx in advance :slight_smile: