aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2011-11-11 12:16:41 -0500
committerBill Nottingham <notting@redhat.com>2011-11-11 12:17:20 -0500
commitb8045fbd2298c606a1af57d09ff52fb26af76383 (patch)
treeef6d1ec63893ea9d985627419ce708dee7becbaf
parent9c2472a2ab1796cb705886ebf004855d9fc87a1f (diff)
downloadinitscripts-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)
-rw-r--r--systemd/system/fedora-wait-storage.service3
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