[Pkg-gnupg-commit] [gnupg2] 25/34: systemd-user: Drop RefuseManualStart=true.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Aug 11 16:51:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch upstream
in repository gnupg2.

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>
---
 doc/examples/systemd-user/dirmngr.service   | 2 --
 doc/examples/systemd-user/gpg-agent.service | 2 --
 2 files changed, 4 deletions(-)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list