#!/bin/sh #--------------------------------------------------------------------------- # /etc/init.d/mdadm - start file # # Creation: 2011-10-04 hbfl # Last Update: $Id$ # # Copyright (c) 2011 Holger Bruenjes, holgerbruenjes(at)gmx(dot)net # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #----------------------------------------------------------------------- NAME=mdadm DAEMON=/sbin/${NAME} pidfile=/var/run/${NAME}.pid # read functions . /etc/init.d/functions . /etc/config.d/mdadm # --------------------------------------------------------------------------- # usage # --------------------------------------------------------------------------- usage () { cat <