aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2025-11-04 19:40:26 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2025-11-04 19:40:26 +0100
commitaadfb2b2b9c1f982608a9a969c22351917ac32d9 (patch)
tree20d4843612c411817f7c37992daba0f5b9078720
parent7406de2683e4b02b8c3b4c64f73be3d3878446aa (diff)
Added setting description
-rw-r--r--fics.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/fics.conf b/fics.conf
index c03b7c4..ea2d72e 100644
--- a/fics.conf
+++ b/fics.conf
@@ -13,5 +13,11 @@ HADMINEMAIL = "maxxe@rpblc.net";
# Registration mail address
REGMAIL = "maxxe@rpblc.net";
+# These settings are only used if the program has been installed
+# system-wide. The defaults are OK. Root privileges are dropped to the
+# user specified by 'privdrop_user' when no longer needed.
+#
+# The group specified by 'sysgroup' is added to /etc/group if non-
+# existent.
privdrop_user = "nobody";
sysgroup = "chess";