mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-08-04 23:45:42 +07:00
13 lines
234 B
SYSTEMD
13 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
|