summaryrefslogtreecommitdiff
path: root/sys-auth/munge/files/munged.confd
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/munge/files/munged.confd')
-rw-r--r--sys-auth/munge/files/munged.confd13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-auth/munge/files/munged.confd b/sys-auth/munge/files/munged.confd
new file mode 100644
index 00000000000..8ab2f69284a
--- /dev/null
+++ b/sys-auth/munge/files/munged.confd
@@ -0,0 +1,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