]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
mdmon@.service: remove over-ride of Standard IO.
authorNeilBrown <neilb@suse.de>
Wed, 22 Jan 2014 01:53:31 +0000 (12:53 +1100)
committerNeilBrown <neilb@suse.de>
Wed, 22 Jan 2014 01:53:31 +0000 (12:53 +1100)
Redirecting output to /dev/null is unnecessary and hides any error
messages there might be.  So leave as defaults which are none,
journal, inherit.

Signed-off-by: NeilBrown <neilb@suse.de>
systemd/mdmon@.service

index 2d0bcd8ff3606f1ad6bfb90f4be33c0abdccff91..5520cd03137c3938b5084ad665abc7cb0289f730 100644 (file)
@@ -15,7 +15,4 @@ Before=initrd-switch-root.target
 # that is mdadm's job if at all.
 Environment=IMSM_NO_PLATFORM=1
 ExecStart=/sbin/mdmon --foreground %I
-StandardInput=null
-StandardOutput=null
-StandardError=null
 KillMode=none