aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-wait-storage.service
blob: 230dadec7bea8478181fd746c1462a813802bf11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Wait for storage scan
DefaultDependencies=no
Conflicts=shutdown.target
After=systemd-udev-settle.service
Before=local-fs.target shutdown.target
Wants=systemd-udevd.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