From 160ff236d88ebb97cd36748914144097b4d1904e Mon Sep 17 00:00:00 2001 From: Sloane Bernstein Date: Wed, 28 Aug 2024 17:02:37 -0500 Subject: [PATCH] Change default PLUGINUSER to match documentation The most recent documentation for plugin configuration specifies that the default plugin user is `munin`. Source releases do not currently reflect this. Modify the provided Makefile.config so that source releases do reflect this change by default. --- Makefile.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.config b/Makefile.config index fb9996fe9c..a0c7ff2021 100644 --- a/Makefile.config +++ b/Makefile.config @@ -125,7 +125,7 @@ USER := munin GROUP := munin # Default user to run the plugins as -PLUGINUSER := nobody +PLUGINUSER := munin # Default user to run the cgi as CGIUSER := nobody