From 57e95f5413e21cfcb957af2346b292686a5647b7 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 27 Oct 2016 14:19:18 -0400 Subject: doc: Include config examples for socket-activated user services. -- These configuration files and instructions enable clean and simple daemon supervision on machines that run systemd. Signed-off-by: Daniel Kahn Gillmor - 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 --- doc/examples/systemd-user/dirmngr.socket | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/examples/systemd-user/dirmngr.socket (limited to 'doc/examples/systemd-user/dirmngr.socket') diff --git a/doc/examples/systemd-user/dirmngr.socket b/doc/examples/systemd-user/dirmngr.socket new file mode 100644 index 000000000..ebabf896a --- /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 -- cgit