aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-wait-storage.service
blob: 9d3b6ae9d3610ee3b15c5863136e7fa9eefa8c69 (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-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