Replies: 1 comment
-
It isn't currently possible to configure more than one socket per service. For the moment I suggest instead using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've found this guide on Artix Linux forum, where it's shown how to run gpg-agent in supervised mode:
and that works well, but this way it only listens on standard (std) socket. Is there a possibility to have multiple socket for service, and to have them named?
Systemd has sockets added like this to the base service:
https://fossies.org/linux/gnupg/doc/examples/systemd-user/gpg-agent.socket
https://fossies.org/linux/gnupg/doc/examples/systemd-user/gpg-agent-ssh.socket
...
something like:
Is this possible with dinit? I need it to listen to the ssh socket also, but I'm clueless on how to add multiple sockets to a service, and also have something like FileDescriptor - gpg-agent expects std, ssh, browser and extra file descriptors.
Beta Was this translation helpful? Give feedback.
All reactions