From: NeilBrown Date: Wed, 22 Jan 2014 01:53:31 +0000 (+1100) Subject: mdmon@.service: remove over-ride of Standard IO. X-Git-Tag: mdadm-3.3.1~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f6b069494c1ecf8014a76fb10e8c8f5f6c27365;p=thirdparty%2Fmdadm.git mdmon@.service: remove over-ride of Standard IO. 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 --- diff --git a/systemd/mdmon@.service b/systemd/mdmon@.service index 2d0bcd8f..5520cd03 100644 --- a/systemd/mdmon@.service +++ b/systemd/mdmon@.service @@ -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