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:
parent
afd298f6ce
commit
48dd5557c0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user