DDF test: make sure mdmon isn't started by systemd

For testing we usually want the locally built mdmon, not the
one systemd prefers.

Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
mwilck@arcor.de 2013-09-14 22:47:11 +02:00 committed by NeilBrown
parent 1a2872fe9a
commit aa0faa10b2
1 changed files with 3 additions and 0 deletions

View File

@ -104,3 +104,6 @@ member1=/dev/md/vol1
member2=/dev/md/vol2
member3=/dev/md/vol3
member4=/dev/md/vol4
# We don't want systemd to start system mdmon; start our own
export MDADM_NO_SYSTEMCTL=1