Skip to content

Commit

Permalink
Change default PLUGINUSER to match documentation
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sloanebernstein committed Aug 28, 2024
1 parent 3327507 commit 160ff23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 160ff23

Please sign in to comment.