aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-storage-init.service
blob: 6d8e39ff1ed1b6b4846b14c92d7444ca681e7885 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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