# This file will normally include the debconf template but you can disable
# that and use this file only.

if [ -f /var/lib/ntop/init.cfg ]; then
    . /var/lib/ntop/init.cfg
fi

# set ENABLED to 0 if you want to avoid ntop being started at system boot
ENABLED=1

# Additional ommand line options passed when invoking ntop
# Disable DNS resolution, as it makes ntop crash
GETOPT="-n 0"
