diff options
-rw-r--r-- | units/systemd-journal-catalog-update.service.in | 2 | ||||
-rw-r--r-- | units/systemd-sysusers.service.in | 2 | ||||
-rw-r--r-- | units/systemd-udev-hwdb-update.service.in | 2 | ||||
-rw-r--r-- | units/systemd-update-done.service.in | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/units/systemd-journal-catalog-update.service.in b/units/systemd-journal-catalog-update.service.in index d45381d47b..0cb7076f12 100644 --- a/units/systemd-journal-catalog-update.service.in +++ b/units/systemd-journal-catalog-update.service.in @@ -12,8 +12,6 @@ DefaultDependencies=no Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service local-fs.target Before=sysinit.target shutdown.target systemd-update-done.service -RefuseManualStart=yes -RefuseManualStop=yes ConditionNeedsUpdate=/etc [Service] 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] diff --git a/units/systemd-udev-hwdb-update.service.in b/units/systemd-udev-hwdb-update.service.in index 4e7b845ea4..153d93c7e5 100644 --- a/units/systemd-udev-hwdb-update.service.in +++ b/units/systemd-udev-hwdb-update.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] diff --git a/units/systemd-update-done.service.in b/units/systemd-update-done.service.in index 1a907f9637..f75fcff578 100644 --- a/units/systemd-update-done.service.in +++ b/units/systemd-update-done.service.in @@ -12,8 +12,6 @@ DefaultDependencies=no Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service local-fs.target Before=sysinit.target shutdown.target -RefuseManualStart=yes -RefuseManualStop=yes ConditionNeedsUpdate=|/etc ConditionNeedsUpdate=|/var |