]> git.pld-linux.org Git - packages/systemd.git/blob - pld-storage-init.service
- update to official download url
[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 ConditionVirtualization=!container
9
10 [Service]
11 ExecStart=/lib/systemd/pld-storage-init
12 Type=oneshot
13 TimeoutSec=0
14 RemainAfterExit=yes
This page took 0.083435 seconds and 3 git commands to generate.