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