]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/initrd-parse-etc.service.in
journal: losen restrictions on journal file suffix (#8013)
[thirdparty/systemd.git] / units / initrd-parse-etc.service.in
index c0b25430bc7efc22c60852a521deb42413384215..2b3cd61cd6014f4cebc637fb237b34dc18a8e2f4 100644 (file)
@@ -1,3 +1,5 @@
+#  SPDX-License-Identifier: LGPL-2.1+
+#
 #  This file is part of systemd.
 #
 #  systemd is free software; you can redistribute it and/or modify it
@@ -16,7 +18,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