aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/systemd-user/gpg-agent.socket
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2023-01-23 15:34:19 +0000
committerWerner Koch <[email protected]>2023-01-23 15:35:12 +0000
commiteae28f1bd4a5632e8f8e85b7248d1c4d4a10a5ed (patch)
tree33cea40a08e69429f28ef9ebdcd4205432a30a1d /doc/examples/systemd-user/gpg-agent.socket
parentgpg: Replace --override-compliance-check by a real fix. (diff)
downloadgnupg-eae28f1bd4a5632e8f8e85b7248d1c4d4a10a5ed.tar.gz
gnupg-eae28f1bd4a5632e8f8e85b7248d1c4d4a10a5ed.zip
doc: Remove profile and systemd example files.
-- The profiles are not any longer useful because global options are way more powerful (/etc/gnupg/gpg.conf et al.). The use of systemd is deprecated because of additional complexity and the race between systemd based autolaunching and the explicit gnupg based and lockfile protected autolaunching. GnuPG-bug-id: 6336
Diffstat (limited to 'doc/examples/systemd-user/gpg-agent.socket')
-rw-r--r--doc/examples/systemd-user/gpg-agent.socket12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/examples/systemd-user/gpg-agent.socket b/doc/examples/systemd-user/gpg-agent.socket
deleted file mode 100644
index 4257c2c80..000000000
--- a/doc/examples/systemd-user/gpg-agent.socket
+++ /dev/null
@@ -1,12 +0,0 @@
-[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