This commit is contained in:
parent
6e6c61180f
commit
9da4ff44ad
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ case $1 in
|
||||||
start)
|
start)
|
||||||
chown -R ${usr}:${usr} ${dir}
|
chown -R ${usr}:${usr} ${dir}
|
||||||
install -dm 750 -o ${usr} -g ${usr} ${dir}/storage ${dir}/storage/xml
|
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)
|
stop)
|
||||||
test -f ${pid} || exit 0
|
test -f ${pid} || exit 0
|
||||||
|
|
Loading…
Reference in a new issue