diff options
Diffstat (limited to 'units/systemd-sysusers.service')
-rw-r--r-- | units/systemd-sysusers.service | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/units/systemd-sysusers.service b/units/systemd-sysusers.service index 0eb40294b2..2ec2766841 100644 --- a/units/systemd-sysusers.service +++ b/units/systemd-sysusers.service @@ -11,15 +11,15 @@ Description=Create System Users Documentation=man:sysusers.d(5) man:systemd-sysusers.service(8) +ConditionNeedsUpdate=|/etc +ConditionCredential=|sysusers.extra + DefaultDependencies=no After=systemd-remount-fs.service Before=sysinit.target systemd-update-done.service Conflicts=shutdown.target initrd-switch-root.target Before=shutdown.target initrd-switch-root.target -ConditionNeedsUpdate=|/etc -ConditionCredential=|sysusers.extra - [Service] Type=oneshot RemainAfterExit=yes |