diff options
-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 |