#!/bin/bash

PROGRAM=/sbin/mdadm
ARGS="--monitor --scan --daemonize"
RUNLEVEL=S
NEEDS="+root_fs"

. /etc/init.d/smgl_init
