diff options
Diffstat (limited to 'doc/examples/systemd-user/gpg-agent.service')
-rw-r--r-- | doc/examples/systemd-user/gpg-agent.service | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/examples/systemd-user/gpg-agent.service b/doc/examples/systemd-user/gpg-agent.service index e88dc7f5f..a909f0b4e 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 |