diff options
author | Matt Schatz <genius3000@g3k.solutions> | 2020-04-10 01:14:38 -0600 |
---|---|---|
committer | Matt Schatz <genius3000@g3k.solutions> | 2020-04-10 01:14:38 -0600 |
commit | c1285a71c526d09c60635266d16035d78077b64b (patch) | |
tree | 2282f4215c2eb22e574da2d998d64ff58dfc5760 | |
parent | 5491e01bc3279742d0b0196d570800e7d24abd0c (diff) |
Note that bind:permissions does not change on rehash.
-rw-r--r-- | docs/conf/inspircd.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index c9691b857..e3d76ff3b 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -193,6 +193,9 @@ # permissions: The octal permissions to set on the UNIX socket after it has # been created. If you are not familiar with octal permissions you should # not define this or refer to http://permissions-calculator.org for help. + # Note: This does not take effect on rehash. + # To change it on a running bind, you'll have to comment it out, + # rehash, comment it in and rehash again. #permissions="" # replace: if the UNIX socket path already exists then remove it before |