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:17:20 -0500 |
commit | b8045fbd2298c606a1af57d09ff52fb26af76383 (patch) | |
tree | ef6d1ec63893ea9d985627419ce708dee7becbaf /systemd/system | |
parent | 9c2472a2ab1796cb705886ebf004855d9fc87a1f (diff) | |
download | initscripts-b8045fbd2298c606a1af57d09ff52fb26af76383.tar initscripts-b8045fbd2298c606a1af57d09ff52fb26af76383.tar.gz initscripts-b8045fbd2298c606a1af57d09ff52fb26af76383.tar.bz2 initscripts-b8045fbd2298c606a1af57d09ff52fb26af76383.tar.xz initscripts-b8045fbd2298c606a1af57d09ff52fb26af76383.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 |