# Defaults for batmand initscript
# sourced by /etc/init.d/batmand
# installed at /etc/default/batmand by the maintainer scripts

#
# This is a POSIX shell fragment
#

#
# uncomment the next line run batmand automatically at startup
#
#START_BATMAND="YES"

#
# debuglevel from 1 to 5. see man batmand(8) for more information about levels.
# for running from init.d 0 is recommended
#
DEBUGLEVEL=0

# Set your interface(s) here. 
# If you have more interfaces, then you just add them behind the first.
#
#INTERFACES="eth1 eth2"
#
# "command-line options"
#
DAEMON_OPTS="-d $DEBUGLEVEL $INTERFACES"

