# Default configuration for the bili-netcls-moni service.

# Program usage (from 'bili-netcls-moni -h'):
# Usage: bili-netcls-moni [options]
# Options:
#     -f, --file <path>    Output file path (default: /tmp/bili-netcls-moni.stat)
#     -i, --interval <sec> Update interval in seconds (default: 2)
#         --no-timestamp   Do not print timestamp in the output file
#     -v, --version        Print version and exit
#     -h, --help           Display this help message


# Set your desired command-line options below inside the quotes.
# If left empty, the program will use its default settings.
# Example: BILI_NETCLS_MONI_OPTIONS="-i 10 --no-timestamp -f /var/log/bili_stats.log"
BILI_NETCLS_MONI_OPTIONS=""


# After changing this file, restart the service to apply the settings:
# sudo systemctl restart bili-netcls-moni.service

