From 83d27c02d12cc0b8925256efd3ff6ddb3d3afef2 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Mon, 24 Jan 2022 22:53:48 -0500 Subject: Added both arch and ubuntu group names --- config.def.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ -- cgit v1.2.3