aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-storage-init-late.service
blob: 80bba21f1c62b992bcf40a03ccf3092134b39600 (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=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