I followed this tutorial pkcs11 remoting on Ubuntu 22.04.4 LTS (https://p11-glue.github.io/p11-glue/p11-kit/manual/remoting.html)and got the error when enable p11-kit-client.service.
systemctl --user enable p11-kit-client.serviceFailed to enable unit: Unit file p11-kit-client.service does not exist.
I did create some tokens by softhsm modules, then run p11-kit server --provider /usr/local/lib/softhsm/libsofthsm2.so ...
, and export P11_KIT_SERVER_ADDRESS, P11_KIT_SERVER_PID
but the unix socket /run/user/1001/p11-kit/
has size 0.