From: Sebastian Spaeth Date: Thu, 19 Nov 2009 09:24:43 +0000 (+0100) Subject: fsodeviced: nice -19 by default in init script X-Git-Tag: Release-2010-05/1~1648^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a2a7101e3b8fb2fe2eeb31eb0cc85be25a06d7c;p=openembedded.git fsodeviced: nice -19 by default in init script Signed-off-by: Sebastian Spaeth --- diff --git a/recipes/freesmartphone/fsodeviced/fsodeviced b/recipes/freesmartphone/fsodeviced/fsodeviced index 77fabb6efb..2e701eda29 100644 --- a/recipes/freesmartphone/fsodeviced/fsodeviced +++ b/recipes/freesmartphone/fsodeviced/fsodeviced @@ -8,13 +8,14 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin NAME=fsodeviced +NICENESS=-19 [ -f /etc/default/rcS ] && . /etc/default/rcS case "$1" in start) echo -n "Starting fsodeviced: " - start-stop-daemon --start --pidfile /var/run/${NAME}.pid --make-pidfile --background -x /usr/bin/fsodeviced + start-stop-daemon --start --pidfile /var/run/${NAME}.pid --make-pidfile --background -N ${NICENESS} -x /usr/bin/fsodeviced if [ $? = 0 ]; then echo "(ok)" else