summaryrefslogtreecommitdiffstats
path: root/doc/examples/systemd-user/dirmngr.socket
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/systemd-user/dirmngr.socket')
-rw-r--r--doc/examples/systemd-user/dirmngr.socket11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/examples/systemd-user/dirmngr.socket b/doc/examples/systemd-user/dirmngr.socket
new file mode 100644
index 0000000..ebabf89
--- /dev/null
+++ b/doc/examples/systemd-user/dirmngr.socket
@@ -0,0 +1,11 @@
+[Unit]
+Description=GnuPG network certificate management daemon
+Documentation=man:dirmngr(8)
+
+[Socket]
+ListenStream=%t/gnupg/S.dirmngr
+SocketMode=0600
+DirectoryMode=0700
+
+[Install]
+WantedBy=sockets.target