#!/bin/sh
[ -e conf ] && . ./conf
: ${CONF_FILE:=/etc/mfs/mfsmaster.cfg}
[ -e ${CONF_FILE} ] || exit 1
exec mfsmaster -c ${CONF_FILE} -f start