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

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