]> git.pld-linux.org Git - packages/systemd.git/blame - pld-wait-storage.service
- x32 rebuild
[packages/systemd.git] / pld-wait-storage.service
CommitLineData
44410185
JR
1[Unit]
2Description=Wait for storage scan
3DefaultDependencies=no
4Conflicts=shutdown.target
127fdc45 5After=systemd-udev-settle.service
44410185 6Before=local-fs.target shutdown.target
2f6e126d 7Wants=systemd-udevd.service systemd-udev-settle.service
44410185
JR
8
9[Service]
10ExecStart=-/sbin/rmmod scsi_wait_scan
11ExecStart=-/sbin/modprobe scsi_wait_scan
12ExecStart=-/sbin/rmmod scsi_wait_scan
13Type=oneshot
14TimeoutSec=0
15RemainAfterExit=yes
16StandardInput=null
17StandardOutput=null
18StandardError=null
This page took 0.041566 seconds and 4 git commands to generate.