]> git.pld-linux.org Git - packages/systemd.git/blob - pld-storage-init.service
- x32 rebuild
[packages/systemd.git] / pld-storage-init.service
1 [Unit]
2 Description=Initialize storage subsystems (RAID, LVM, etc.)
3 DefaultDependencies=no
4 Conflicts=shutdown.target
5 After=pld-wait-storage.service
6 Before=local-fs.target shutdown.target
7 Wants=pld-wait-storage.service
8
9 [Service]
10 ExecStart=/lib/systemd/pld-storage-init
11 Type=oneshot
12 TimeoutSec=0
13 RemainAfterExit=yes
This page took 0.064817 seconds and 3 git commands to generate.