diff options
author | Bill Nottingham <notting@redhat.com> | 2011-11-11 12:16:41 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2011-11-11 12:16:41 -0500 |
commit | c0e2c32eebea3c99807ca5f0505dcb020250a2a6 (patch) | |
tree | 00107c8e342758a301f57a6318fc8b0b4af10afc /systemd/system | |
parent | a13cf6f7955dcf526c1526e0b53d51cfaaaf40af (diff) | |
download | initscripts-c0e2c32eebea3c99807ca5f0505dcb020250a2a6.tar initscripts-c0e2c32eebea3c99807ca5f0505dcb020250a2a6.tar.gz initscripts-c0e2c32eebea3c99807ca5f0505dcb020250a2a6.tar.bz2 initscripts-c0e2c32eebea3c99807ca5f0505dcb020250a2a6.tar.xz initscripts-c0e2c32eebea3c99807ca5f0505dcb020250a2a6.zip |
Don't bother with stdin/stdout/stderr for rmmod/modprobe of scsi_wait_scan. (#735867)
Diffstat (limited to 'systemd/system')
-rw-r--r-- | systemd/system/fedora-wait-storage.service | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/systemd/system/fedora-wait-storage.service b/systemd/system/fedora-wait-storage.service index 48e92a53..fb534966 100644 --- a/systemd/system/fedora-wait-storage.service +++ b/systemd/system/fedora-wait-storage.service @@ -13,3 +13,6 @@ ExecStart=-/sbin/rmmod scsi_wait_scan Type=oneshot TimeoutSec=0 RemainAfterExit=yes +StandardInput=null +StandardOutput=null +StandardError=null |