mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
57e95f5413
-- These configuration files and instructions enable clean and simple daemon supervision on machines that run systemd. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net> - Removed the detailed ChangeLog entry because that is not needed for doc changes. - Added an entry to doc/examples/README. Signed-off-by: Werner Koch <wk@gnupg.org>
14 lines
308 B
SYSTEMD
14 lines
308 B
SYSTEMD
[Unit]
|
|
Description=GnuPG cryptographic agent (ssh-agent emulation)
|
|
Documentation=man:gpg-agent(1) man:ssh-add(1) man:ssh-agent(1) man:ssh(1)
|
|
|
|
[Socket]
|
|
ListenStream=%t/gnupg/S.gpg-agent.ssh
|
|
FileDescriptorName=ssh
|
|
Service=gpg-agent.service
|
|
SocketMode=0600
|
|
DirectoryMode=0700
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|