exherbo-denkn/packages/sys-auth/munge/files/munged.conf
2015-03-22 23:24:47 +01:00

14 lines
410 B
Plaintext

# 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