From: Peter Korsgaard Date: Thu, 25 Aug 2016 21:53:41 +0000 (+0200) Subject: boa: boa.conf: run under the nogroup group X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5f708c1cd55c2e7dbbc4cc3e78a8322817d9819c;p=buildroot.git boa: boa.conf: run under the nogroup group The default boa.conf we install specifies that boa should run under the nobody group, but we don't have such a group in our default skeleton (and boa doesn't add it), causing boa to fail to start: [01/Jan/1970:00:00:10 +0000] No such group: nobody Instead use the nogroup group, which is presumably what was meant. Signed-off-by: Peter Korsgaard Acked-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- diff --git a/package/boa/boa.conf b/package/boa/boa.conf index f51c237316..e94029665f 100644 --- a/package/boa/boa.conf +++ b/package/boa/boa.conf @@ -46,7 +46,7 @@ Port 80 # Group: The group name or GID the server should run as. User nobody -Group nobody +Group nogroup # ServerAdmin: The email address where server problems should be sent. # Note: this is not currently used, except as an environment variable