summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-25 16:56:08 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-04 07:29:17 -0400
commita4e78fbed539e83b639dd22b0662554c9e837e23 (patch)
treea766aaa1bf6b015afceea3865fee42ba995550e5 /tools
parentd33b0a4dac9842af98662b78a8b37620c622ecbf (diff)
downloadbcfg2-a4e78fbed539e83b639dd22b0662554c9e837e23.tar.gz
bcfg2-a4e78fbed539e83b639dd22b0662554c9e837e23.tar.bz2
bcfg2-a4e78fbed539e83b639dd22b0662554c9e837e23.zip
drop privs options added, works in CherryPy
Diffstat (limited to 'tools')
-rw-r--r--tools/manpagegen/bcfg2.conf.5.ronn6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/manpagegen/bcfg2.conf.5.ronn b/tools/manpagegen/bcfg2.conf.5.ronn
index 3687e4c74..b559f5599 100644
--- a/tools/manpagegen/bcfg2.conf.5.ronn
+++ b/tools/manpagegen/bcfg2.conf.5.ronn
@@ -116,6 +116,12 @@ specified in the `[server]` section of the configuration file.
More details on the backends can be found in the official
documentation.
+ * `user`:
+ The username or UID to run the daemon as. Default is `0`
+
+ * `group`:
+ The group name or GID to run the daemon as. Default is `0`
+
### Account Plugin
The account plugin manages authentication data, including the following.