#!/bin/sh
exec 2>&1
# --syslog makes it run in every case, yet forwards to mail address if given.
exec mdadm --monitor --scan --syslog
