[git] GnuPG - branch, master, updated. gnupg-2.1.22-26-g81074c3

by Daniel Kahn Gillmor cvs at cvs.gnupg.org
Mon Aug 7 14:01:25 CEST 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  81074c3b0211854a2dc94600dc892224201536f5 (commit)
       via  407da18254dfebcacfaee16952ef0b617b1626ea (commit)
      from  b0112dbca91e720a4ff622ad0e88d99eba56203a (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 81074c3b0211854a2dc94600dc892224201536f5
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Mon Aug 7 04:14:02 2017 -0400

    systemd-user: Drop redundant After=*.socket.
    
    * doc/examples/systemd-user/*.service: Drop redundant After=*.socket
    directive.
    
    --
    
    systemd.socket(5) says:
    
       Socket units will have a Before= dependency on the service which
       they trigger added implicitly.
    
    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 2a7c76e..3c060cd 100644
--- a/doc/examples/systemd-user/dirmngr.service
+++ b/doc/examples/systemd-user/dirmngr.service
@@ -2,7 +2,6 @@
 Description=GnuPG network certificate management daemon
 Documentation=man:dirmngr(8)
 Requires=dirmngr.socket
-After=dirmngr.socket
 
 [Service]
 ExecStart=/usr/bin/dirmngr --supervised
diff --git a/doc/examples/systemd-user/gpg-agent.service b/doc/examples/systemd-user/gpg-agent.service
index a909f0b..a050fcc 100644
--- a/doc/examples/systemd-user/gpg-agent.service
+++ b/doc/examples/systemd-user/gpg-agent.service
@@ -2,7 +2,6 @@
 Description=GnuPG cryptographic agent and passphrase cache
 Documentation=man:gpg-agent(1)
 Requires=gpg-agent.socket
-After=gpg-agent.socket
 
 [Service]
 ExecStart=/usr/bin/gpg-agent --supervised

commit 407da18254dfebcacfaee16952ef0b617b1626ea
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Mon Aug 7 04:11:51 2017 -0400

    systemd-user: Drop RefuseManualStart=true.
    
    * doc/examples/systemd-user/*.service: drop RefuseManualStart=true
    
    --
    
    These user services can be safely started manually as long as at least
    their primary sockets are available.  They'll just start with nothing
    to do, which should be fine.
    
    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 ded533b..2a7c76e 100644
--- a/doc/examples/systemd-user/dirmngr.service
+++ b/doc/examples/systemd-user/dirmngr.service
@@ -3,8 +3,6 @@ Description=GnuPG network certificate management daemon
 Documentation=man:dirmngr(8)
 Requires=dirmngr.socket
 After=dirmngr.socket
-## This is a socket-activated service:
-RefuseManualStart=true
 
 [Service]
 ExecStart=/usr/bin/dirmngr --supervised
diff --git a/doc/examples/systemd-user/gpg-agent.service b/doc/examples/systemd-user/gpg-agent.service
index e88dc7f..a909f0b 100644
--- a/doc/examples/systemd-user/gpg-agent.service
+++ b/doc/examples/systemd-user/gpg-agent.service
@@ -3,8 +3,6 @@ Description=GnuPG cryptographic agent and passphrase cache
 Documentation=man:gpg-agent(1)
 Requires=gpg-agent.socket
 After=gpg-agent.socket
-## This is a socket-activated service:
-RefuseManualStart=true
 
 [Service]
 ExecStart=/usr/bin/gpg-agent --supervised

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

Summary of changes:
 doc/examples/systemd-user/dirmngr.service   | 3 ---
 doc/examples/systemd-user/gpg-agent.service | 3 ---
 2 files changed, 6 deletions(-)


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




More information about the Gnupg-commits mailing list