/etc/rc.d/program nice value

2010-01-15 Thread Nerius Landys
I'm running some programs using the /etc/rc.d/ and /usr/local/etc/rc.d/ startup scripts. I am wondering if there is some standard way to run these programs at a higher nice value. ___ freebsd-questions@freebsd.org mailing list

Re: /etc/rc.d/program nice value

2010-01-15 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nerius Landys wrote: I'm running some programs using the /etc/rc.d/ and /usr/local/etc/rc.d/ startup scripts. I am wondering if there is some standard way to run these programs at a higher nice value. Hi Nerius, Check out the list of variables

Re: /etc/rc.d/program nice value

2010-01-15 Thread Nerius Landys
That means you can write this in your /etc/rc.conf file: apache22_enable=YES apache22_nice=10 Hope that helps, Oh yes, that helps a lot. Thanks! ___ freebsd-questions@freebsd.org mailing list

Re: /etc/rc.d/program nice value

2010-01-15 Thread RW
On Fri, 15 Jan 2010 13:50:23 -0500 Greg Larkin glar...@freebsd.org wrote: Nerius Landys wrote: I'm running some programs using the /etc/rc.d/ and /usr/local/etc/rc.d/ startup scripts. I am wondering if there is some standard way to run these programs at a higher nice value. Hi Nerius,