# Specify secret key file.  If the keyfile does not already exist
# it will be created on first startup using pseudorandom data via
# dd if=/dev/urandom bs=1 count=1024 >/etc/munge/munge.key
KEYFILE="/etc/munge/munge.key"

# Specify whether to check "/etc/group" mtime
GROUP_CHECK_MTIME=1

# Specify seconds between group info updates
GROUP_UPDATE_TIME=3600

# Specify number of threads to spawn
NUM_THREADS=2
