mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-09 21:28:51 +01: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
|