From 407da18254dfebcacfaee16952ef0b617b1626ea Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Mon, 7 Aug 2017 04:11:51 -0400 Subject: 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 --- doc/examples/systemd-user/dirmngr.service | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/examples/systemd-user/dirmngr.service') 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 -- cgit v1.2.3