summaryrefslogtreecommitdiff
path: root/recipes/freesmartphone/fsodeviced
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-12-03 22:39:37 +0100
committerKlaus Kurzmann <mok@fluxnetz.de>2009-12-03 22:39:37 +0100
commit7303994323260b1190486655b694397b3a8a7272 (patch)
tree11163a2a4bac49a50b93b1db19fc035b7bac4c52 /recipes/freesmartphone/fsodeviced
parentebb9899f5524aa49005c252a104e3126d58b29f3 (diff)
fsodeviced_git.bb: remove niceness as it does not use libcanberra anymore
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/freesmartphone/fsodeviced')
-rw-r--r--recipes/freesmartphone/fsodeviced/fsodeviced3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/freesmartphone/fsodeviced/fsodeviced b/recipes/freesmartphone/fsodeviced/fsodeviced
index 475e5b4aad..409cd088da 100644
--- a/recipes/freesmartphone/fsodeviced/fsodeviced
+++ b/recipes/freesmartphone/fsodeviced/fsodeviced
@@ -8,14 +8,13 @@
PATH=/bin:/usr/bin:/sbin:/usr/sbin
NAME=fsodeviced
-NICENESS=10
[ -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 -N ${NICENESS} -x /usr/sbin/fsodeviced
+ start-stop-daemon --start --pidfile /var/run/${NAME}.pid --make-pidfile --background -x /usr/sbin/fsodeviced
if [ $? = 0 ]; then
echo "(ok)"
else