diff options
author | NeilBrown <neilb@suse.de> | 2014-01-22 02:53:31 +0100 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2014-01-22 02:53:31 +0100 |
commit | 1f6b069494c1ecf8014a76fb10e8c8f5f6c27365 (patch) | |
tree | 5b4a439792384575a4e6689791957e81dd82b237 /systemd | |
parent | systemd/mdmon: set IMSM_NO_PLATFORM=1 (diff) | |
download | mdadm-1f6b069494c1ecf8014a76fb10e8c8f5f6c27365.tar.xz mdadm-1f6b069494c1ecf8014a76fb10e8c8f5f6c27365.zip |
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 <neilb@suse.de>
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/mdmon@.service | 3 |
1 files changed, 0 insertions, 3 deletions
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 |