Closes #48
@@ -1,5 +1,5 @@
#!/bin/bash
export USER="nobody"
-export GROUP="nobody"
+export GROUP="nogroup"
getent passwd $USER || useradd $USER
getent group $GROUP || groupadd $GROUP
@@ -249,7 +249,7 @@ comp-lzo
# You can uncomment this out on
# non-Windows systems.
user nobody
-group nobody
+group nogroup
# The persist options will try to avoid
# accessing certain resources on restart