# defaults file for sinfo daemon

# change the below to 0/1 if you don't_want/want to run sinfod
RUN_SINFO=1


# comand line options for sinfod
OPTS=""
OPTS="${OPTS} --quiet"

# use 127.0.0.1 as broadcast address if you don't want to send
# any information over the network
#OPTS="${OPTS} --bcastaddress=127.0.0.1"

