diff options
author | Attila Molnar <attilamolnar@hush.com> | 2013-09-26 08:01:15 -0700 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2013-09-26 08:01:15 -0700 |
commit | 5ad3a1cd8c8d09a4f2d350a53089af392cf4be0f (patch) | |
tree | c5ed56ef297da359fa722e844c03261c4376ca5f /docs/conf | |
parent | b8440f4a023069e31f0af75dd9c15af3c3f9a26c (diff) | |
parent | e51ea66534e407bd5314d2df3ecdaf8ef2e7d310 (diff) |
Merge pull request #638 from SaberUK/insp20+runas-fix
Improve error reporting for <security:runas{user,group}>.
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/inspircd.conf.example | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 9512e17c4..20344792e 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -718,13 +718,15 @@ # no Do not show operspywhois="no" - # runasuser: If this is set, InspIRCd will attempt to setuid - # to run as this user- allows binding of ports under 1024. + # runasuser: If this is set, InspIRCd will attempt to switch + # to run as this user, which allows binding of ports under 1024. + # You should NOT set this unless you are starting as root. # NOT SUPPORTED/NEEDED UNDER WINDOWS. #runasuser="" - # runasgroup: If this is set, InspIRCd will attempt to set group - # to run under this group, which allows binding of ports under 1024 + # runasgroup: If this is set, InspIRCd will attempt to switch + # to run as this group, which allows binding of ports under 1024. + # You should NOT set this unless you are starting as root. # NOT SUPPORTED/NEEDED UNDER WINDOWS. #runasgroup="" |