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