diff options
Diffstat (limited to 'systemd/system/fedora-storage-init.service')
-rw-r--r-- | systemd/system/fedora-storage-init.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systemd/system/fedora-storage-init.service b/systemd/system/fedora-storage-init.service index 6d8e39ff..bb559d77 100644 --- a/systemd/system/fedora-storage-init.service +++ b/systemd/system/fedora-storage-init.service @@ -2,9 +2,9 @@ Description=Initialize storage subsystems (RAID, LVM, etc.) DefaultDependencies=no Conflicts=shutdown.target -After=fedora-wait-storage.service +After=systemd-udev-settle.service Before=local-fs.target shutdown.target -Wants=fedora-wait-storage.service +Wants=systemd-udev-settle.service ConditionFileIsExecutable=|/sbin/lvm ConditionFileIsExecutable=|/sbin/dmraid ConditionPathExists=|/etc/multipath.conf |