diff options
-rw-r--r-- | units/initrd-parse-etc.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/initrd-parse-etc.service.in b/units/initrd-parse-etc.service.in index c0b25430bc..42c059bbd2 100644 --- a/units/initrd-parse-etc.service.in +++ b/units/initrd-parse-etc.service.in @@ -16,7 +16,7 @@ ConditionPathExists=/etc/initrd-release [Service] Type=oneshot -ExecStartPre=@rootbindir@/systemctl daemon-reload +ExecStartPre=-@rootbindir@/systemctl daemon-reload # we have to retrigger initrd-fs.target after daemon-reload ExecStart=-@rootbindir@/systemctl --no-block start initrd-fs.target ExecStart=@rootbindir@/systemctl --no-block start initrd-cleanup.service |