aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-wait-storage.service
blob: 5443d6938cc0c5df3b2dee2dde66eb08aacc57be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=Wait for storage scan
DefaultDependencies=no
Conflicts=shutdown.target
After=systemd-udev-settle.service
Before=local-fs.target shutdown.target
Wants=systemd-udev.service systemd-udev-settle.service

[Service]
ExecStart=-/sbin/rmmod scsi_wait_scan
ExecStart=-/sbin/modprobe scsi_wait_scan
ExecStart=-/sbin/rmmod scsi_wait_scan
Type=oneshot
TimeoutSec=0
RemainAfterExit=yes
StandardInput=null
StandardOutput=null
StandardError=null