From 2ea59ed9319d58c1a6821839537274c7eb6e2a1a Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Sun, 26 Dec 2021 20:25:00 -0500 Subject: Fixed group for Arch Linux --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index f9b2c1d..86e35b5 100644 --- a/config.def.h +++ b/config.def.h @@ -1,6 +1,6 @@ /* user and group to drop privileges to */ static const char *user = "nobody"; -static const char *group = "nogroup"; +static const char *group = "nobody"; static const char *colorname[NUMCOLS] = { [INIT] = "black", /* after initialization */ -- cgit v1.2.3