diff options
| -rw-r--r-- | config.def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 86e35b5..38dbee1 100644 --- a/config.def.h +++ b/config.def.h @@ -1,6 +1,7 @@ /* user and group to drop privileges to */ static const char *user = "nobody"; -static const char *group = "nobody"; +static const char *group = "nogroup"; // use this one for Ubuntu +//static const char *group = "nobody"; // use this one for Arch Linux static const char *colorname[NUMCOLS] = { [INIT] = "black", /* after initialization */ |