0
0
mirror of https://github.com/darkk/redsocks.git synced 2025-08-28 04:35:30 +00:00

Mention `nogroup' name difference between RedHat-like and Debian-like distributions.

See also #60
This commit is contained in:
Leonid Evdokimov 2016-03-21 11:10:11 +03:00
parent afd298f6ce
commit 48dd5557c0

View File

@ -21,6 +21,9 @@ base {
* privilegies on startup.
* Note, your chroot may requre /etc/localtime if you write log to syslog.
* Log is opened before chroot & uid changing.
* Debian, Ubuntu and some other distributions use `nogroup` instead of
* `nobody`, so change it according to your system if you want redsocks
* to drop root privileges.
*/
// user = nobody;
// group = nobody;