aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-storage-init-late.service
blob: edd6d0cad25e00d4c1631452b383b2a1e4f75b0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Initialize storage subsystems (RAID, LVM, etc.)
DefaultDependencies=no
Conflicts=shutdown.target
After=cryptsetup.target fedora-storage-init.service
Before=local-fs.target shutdown.target
ConditionFileIsExecutable=|/sbin/lvm
ConditionFileIsExecutable=|/sbin/dmraid
ConditionPathExists=|/etc/multipath.conf

[Service]
ExecStart=/lib/systemd/fedora-storage-init
Type=oneshot
TimeoutSec=0
RemainAfterExit=yes