aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/debug.prf
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/debug.prf
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/debug.prf')
-rw-r--r--doc/examples/debug.prf29
1 files changed, 0 insertions, 29 deletions
diff --git a/doc/examples/debug.prf b/doc/examples/debug.prf
deleted file mode 100644
index f635fc88e..000000000
--- a/doc/examples/debug.prf
+++ /dev/null
@@ -1,29 +0,0 @@
-# debug.prf - Configure options for easier debugging -*- conf -*-
-#
-# Note that the actual debug options for each component need to be set
-# manually. Running the component with "--debug help" shows a list of
-# supported values. To watch the logs this command can be used:
-#
-# watchgnupg --time-only --force $(gpgconf --list-dirs socketdir)/S.log
-#
-
-[gpg]
-log-file socket://
-verbose
-#debug ipc
-
-[gpgsm]
-log-file socket://
-verbose
-#debug ipc
-
-[gpg-agent]
-log-file socket://
-verbose
-#debug ipc
-#debug-pinentry
-
-[dirmngr]
-log-file socket://
-verbose
-#debug ipc,dns