From 9da4ff44ad6e0e5d007494afea73b81176896f3e Mon Sep 17 00:00:00 2001 From: f Date: Tue, 15 Mar 2022 18:37:05 -0300 Subject: [PATCH] ipv6 support --- mmmonitd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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