blob: 8ab2f69284a32aa20d9f783171cd773165130811 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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
|