dotfiles/services/systemd/.config/systemd/user/gpg-agent.socket
Marty Oehme aca7b60855
services: Disable systemd service linking
I have not used (most) of these services in a long time. This makes the
unlinking more official. Also paves the way for setting up simple
runit-managed user services.
2025-02-25 23:25:24 +01:00

12 lines
234 B
SYSTEMD

[Unit]
Description=GnuPG cryptographic agent and passphrase cache
Documentation=man:gpg-agent(1)
[Socket]
ListenStream=%t/gnupg/S.gpg-agent
FileDescriptorName=std
SocketMode=0600
DirectoryMode=0700
[Install]
WantedBy=sockets.target