summaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/fsodeviced/fsodeviced
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/freesmartphone/fsodeviced/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