Re: [gentoo-user] Passing arguments to BOINC

2022-05-17 Thread Peter Humphrey
On Tuesday, 17 May 2022 09:32:25 BST Peter Humphrey wrote: > I'll raise a problem with BOINC if I hear nothing here, but I just wanted to > check here. TiA. Never mind. I've raised a couple of issues with them. Sorry about the noise. -- Regards, Peter.

[gentoo-user] Passing arguments to BOINC

2022-05-17 Thread Peter Humphrey
Hello list, I'm trying to get BOINC not to use the GPU on this machine, and it has a command-line option --no_gpus. Looking at /etc/init.d/boinc, I see that it allows for ARGS to have been set by the user. I've tried setting this thus: ARGS="--no_gpus" /etc/init.d/boinc start ...but pr