1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-09-03 05:37:52 -04:00

Enable packet stats for listen command in Docker

Update the docker listen.sh to enable tracking packet stats.
This commit is contained in:
Hemna 2024-12-12 08:59:28 -05:00
parent caa4bb8bd0
commit e5d8796cda

View File

@ -39,4 +39,4 @@ fi
export COLUMNS=200
python3 -m rich.diagnose
exec aprsd listen -c $APRSD_CONFIG --loglevel ${LOG_LEVEL} ${APRSD_LOAD_PLUGINS} ${APRSD_LISTEN_FILTER}
exec aprsd listen -c $APRSD_CONFIG --loglevel ${LOG_LEVEL} --enable-packet-stats ${APRSD_LOAD_PLUGINS} ${APRSD_LISTEN_FILTER}