From 8df4ee072641b1153852c8b8b778ef4a02edb8bd Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 6 Apr 2011 15:47:46 -0400 Subject: Add a storage setup after cryptsetup.target. (#692198) Due to cryptsetup being parallel with this initially, we need this to support LVM/MD on LUKS. --- systemd/system/fedora-storage-init-late.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 systemd/system/fedora-storage-init-late.service (limited to 'systemd') diff --git a/systemd/system/fedora-storage-init-late.service b/systemd/system/fedora-storage-init-late.service new file mode 100644 index 00000000..80bba21f --- /dev/null +++ b/systemd/system/fedora-storage-init-late.service @@ -0,0 +1,13 @@ +[Unit] +Description=Initialize storage subsystems (RAID, LVM, etc.) +DefaultDependencies=no +Conflicts=shutdown.target +After=cryptsetup.target +Before=local-fs.target shutdown.target +Wants=fedora-wait-storage.service + +[Service] +ExecStart=/lib/systemd/fedora-storage-init +Type=oneshot +TimeoutSec=0 +RemainAfterExit=yes -- cgit v1.2.1