[git] GnuPG - branch, master, updated. gnupg-2.1.17-56-ga20a450

by Daniel Kahn Gillmor cvs at cvs.gnupg.org
Tue Jan 10 23:17:44 CET 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, master has been updated
       via  a20a450ac4ef10847fd59a5fd3acbbd2bfcaa6a2 (commit)
      from  7345c64b0887e51d8c8c6eaf49c9dbf5b0f45228 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a20a450ac4ef10847fd59a5fd3acbbd2bfcaa6a2
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Tue Jan 10 17:12:09 2017 -0500

    systemd-user: Enable "systemctl --user reload {dirmngr,gpg-agent}"
    
    * doc/examples/systemd-user/*.service: Add ExecReload directives to
      indicate the canonical way to reload the services.
    
    GnuPG recommends reloading the agent and dirmngr with "gpgconf
    --reload".  if anyone is running them as systemd user services, they
    might ask them to reload in the systemd way, so teach systemd the
    right thing to do.
    
    Signed-off-by: Daniel Kahn Gillmor <dkg at fifthhorseman.net>

diff --git a/doc/examples/systemd-user/dirmngr.service b/doc/examples/systemd-user/dirmngr.service
index c79dfc5..ded533b 100644
--- a/doc/examples/systemd-user/dirmngr.service
+++ b/doc/examples/systemd-user/dirmngr.service
@@ -8,3 +8,4 @@ RefuseManualStart=true
 
 [Service]
 ExecStart=/usr/bin/dirmngr --supervised
+ExecReload=/usr/bin/gpgconf --reload dirmngr
diff --git a/doc/examples/systemd-user/gpg-agent.service b/doc/examples/systemd-user/gpg-agent.service
index 9ab9220..e88dc7f 100644
--- a/doc/examples/systemd-user/gpg-agent.service
+++ b/doc/examples/systemd-user/gpg-agent.service
@@ -8,3 +8,4 @@ RefuseManualStart=true
 
 [Service]
 ExecStart=/usr/bin/gpg-agent --supervised
+ExecReload=/usr/bin/gpgconf --reload gpg-agent

-----------------------------------------------------------------------

Summary of changes:
 doc/examples/systemd-user/dirmngr.service   | 1 +
 doc/examples/systemd-user/gpg-agent.service | 1 +
 2 files changed, 2 insertions(+)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list