diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-16 12:25:49 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-16 12:25:49 +0200 |
commit | b63bb8a724cab7a315f04c3068f0d628cc163b8b (patch) | |
tree | 385e64e0b65acc5ddf1ac0152911e7a414bcf600 /units/systemd-sysusers.service.in | |
parent | 4997cb9e16c14cda41a415412c6bd40849ef18ac (diff) |
units: drop RefuseManualStart= from a couple of update services
The only update service we really need to guard like this is
systemd-tmpfiles-setup.service since if invoked manually might create
/var/run/nologin and thus blocking the user from login. The other
services are pretty much idempotent and don't suffer by this problem,
hence let's simplify them.
Diffstat (limited to 'units/systemd-sysusers.service.in')
-rw-r--r-- | units/systemd-sysusers.service.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/units/systemd-sysusers.service.in b/units/systemd-sysusers.service.in index a4c7714155..69fea11fb1 100644 --- a/units/systemd-sysusers.service.in +++ b/units/systemd-sysusers.service.in @@ -12,8 +12,6 @@ DefaultDependencies=no Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-remount-fs.service Before=sysinit.target shutdown.target systemd-update-done.service -RefuseManualStart=yes -RefuseManualStop=yes ConditionNeedsUpdate=/etc [Service] |