ipv6 support
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2022-03-15 18:37:05 -03:00
parent 6e6c61180f
commit 9da4ff44ad

View file

@ -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