diff --git a/mmmonitd.sh b/mmmonitd.sh index 572a3bd..2b0f2f0 100755 --- a/mmmonitd.sh +++ b/mmmonitd.sh @@ -11,7 +11,7 @@ case $1 in start) chown -R ${usr}:${usr} ${dir} install -dm 750 -o ${usr} -g ${usr} ${dir}/storage ${dir}/storage/xml - daemonize -a -e ${log} -o ${log} -c ${dir} -p ${pid} -l ${pid} -u ${usr} /usr/bin/mmmonit + daemonize -a -e ${log} -o ${log} -c ${dir} -p ${pid} -l ${pid} -u ${usr} /usr/bin/mmmonit -b :: -p 3000 ;; stop) test -f ${pid} || exit 0