dotfiles/systemd-bak/user/gpg-agent-extra.socket
2024-11-07 21:49:58 -06:00

14 lines
288 B
SYSTEMD

[Unit]
Description=GnuPG cryptographic agent and passphrase cache (restricted)
Documentation=man:gpg-agent(1)
[Socket]
ListenStream=$(gpgconf --list-dirs socketdir)
FileDescriptorName=extra
Service=gpg-agent.service
SocketMode=0600
DirectoryMode=0700
[Install]
WantedBy=sockets.target