Bug 12950 - The foldingathome script should nice the process to 19
Bug#: 12950 Product:  Gentoo Linux Version: 1.4_rc2 Platform: x86
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P5
Resolution: FIXED Assigned To: aliz@gentoo.org Reported By: richard.newton9@ntlworld.com
Component: Applications
URL: 
Summary: The foldingathome script should nice the process to 19
Keywords:  
Status Whiteboard: 
Opened: 2002-12-30 11:47 0000
Description:   Opened: 2002-12-30 11:47 0000
Hi,

I installed the foldingathome ebuild and use the script
/etc/init.d/foldingathome to start and stop it.  However, since the program is
meant to only run when nothing else is running, it would be nice to set the
priority as low as possible.  I did this simple by replace the line

./foldingathome >&/dev/null&

with

nice -n 19 ./foldingathome >&/dev/null&

Thanks,

Ric.

------- Comment #1 From Daniel Ahlberg (RETIRED) 2003-02-27 05:23:44 0000 -------
fixed, thanks for finding this!