#!/bin/bashif [[ $1 == start ]]; then	{MU_DIR} -v startelif [[ $1 == stop ]]; then    {MU_DIR} -v stopelif [[ $1 == restart ]]; then    {MU_DIR} -v restartelse    exitfi