diff options
Diffstat (limited to 'sci-misc/boinc/files/boinc.conf')
-rw-r--r-- | sci-misc/boinc/files/boinc.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-misc/boinc/files/boinc.conf b/sci-misc/boinc/files/boinc.conf index 22fcca0d3001..856be30a2402 100644 --- a/sci-misc/boinc/files/boinc.conf +++ b/sci-misc/boinc/files/boinc.conf @@ -2,7 +2,9 @@ # Owner of BOINC process (must be existing) USER="boinc" -GROUP="boinc" +# Group of the BOINC process. Defaults to the user's primary group if +# not set. +#GROUP="boinc" # Directory with runtime data: Work units, project binaries, user info etc. RUNTIMEDIR="/var/lib/boinc" |