aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-storage-init.service
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2012-10-31 13:31:48 -0400
committerBill Nottingham <notting@redhat.com>2012-10-31 13:31:48 -0400
commit6091b58b60f532d8e3f317b99f7ea85d99853db3 (patch)
tree7fc4e819ac8cacf09cf88d6287df5ce2ba86d029 /systemd/system/fedora-storage-init.service
parent162a181057a9cd4afb267d4c348205777c5c4838 (diff)
downloadinitscripts-6091b58b60f532d8e3f317b99f7ea85d99853db3.tar
initscripts-6091b58b60f532d8e3f317b99f7ea85d99853db3.tar.gz
initscripts-6091b58b60f532d8e3f317b99f7ea85d99853db3.tar.bz2
initscripts-6091b58b60f532d8e3f317b99f7ea85d99853db3.tar.xz
initscripts-6091b58b60f532d8e3f317b99f7ea85d99853db3.zip
Drop fedora-storage-init; conflict with older lvm & dmraid so we get the required versions that allow us to do so. (<prajnoha@redhat.com>)
Diffstat (limited to 'systemd/system/fedora-storage-init.service')
-rw-r--r--systemd/system/fedora-storage-init.service16
1 files changed, 0 insertions, 16 deletions
diff --git a/systemd/system/fedora-storage-init.service b/systemd/system/fedora-storage-init.service
deleted file mode 100644
index 6d8e39ff..00000000
--- a/systemd/system/fedora-storage-init.service
+++ /dev/null
@@ -1,16 +0,0 @@
-[Unit]
-Description=Initialize storage subsystems (RAID, LVM, etc.)
-DefaultDependencies=no
-Conflicts=shutdown.target
-After=fedora-wait-storage.service
-Before=local-fs.target shutdown.target
-Wants=fedora-wait-storage.service
-ConditionFileIsExecutable=|/sbin/lvm
-ConditionFileIsExecutable=|/sbin/dmraid
-ConditionPathExists=|/etc/multipath.conf
-
-[Service]
-ExecStart=/lib/systemd/fedora-storage-init
-Type=oneshot
-TimeoutSec=0
-RemainAfterExit=yes