/etc/systemd/system/sockets.target.wants
NameSizeModeActions
aibolit-resident.socket2830644editdlrm
imunify-agent-proxy.socket2180644editdlrm
imunify-antivirus-sensor.socket6330644editdlrm
imunify-antivirus-user.socket6260644editdlrm
imunify-antivirus.socket3120644editdlrm
imunify-notifier.socket1890644editdlrm
nscd.socket1330644editdlrm
rpcbind.socket3680644editdlrm
sssd-kcm.socket1860644editdlrm
Edit: /usr/lib/systemd/system/imunify-antivirus-user.socket (626B)
[Unit] Description=ImunifyAV User Sockets PartOf=imunify-antivirus.service ConditionPathExists=!/var/lib/rpm-state/imunify360-transaction-in-progress [Socket] ListenStream=/var/run/defence360agent/non_root_simple_rpc.sock SocketUser=root SocketGroup=root SocketMode=0666 DirectoryMode=0755 # According to docs https://www.freedesktop.org/software/systemd/man/systemd.socket.html # each socket should be connected to service. This directive connects socket to service # Earlier it was connected wia [Install]Alias= directive, but it does not work in ubuntu Service=imunify-antivirus.service [Install] WantedBy=sockets.target