1
0
mirror of https://github.com/systemd/systemd synced 2025-10-06 00:13:24 +02:00

units: change order of settings to match order in other similar unit

This commit is contained in:
Lennart Poettering
2021-03-27 13:47:25 +01:00
parent fa138f5e26
commit 632b551ca2

View File

@@ -10,9 +10,9 @@
[Unit] [Unit]
Description=Initrd File Systems Description=Initrd File Systems
Documentation=man:systemd.special(7) Documentation=man:systemd.special(7)
AssertPathExists=/etc/initrd-release
OnFailure=emergency.target OnFailure=emergency.target
OnFailureJobMode=replace-irreversibly OnFailureJobMode=replace-irreversibly
AssertPathExists=/etc/initrd-release
After=initrd-parse-etc.service After=initrd-parse-etc.service
DefaultDependencies=no DefaultDependencies=no
Conflicts=shutdown.target Conflicts=shutdown.target