aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/respawn.sh
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-06-15 14:53:15 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-06-15 14:53:15 +0200
commit9fdefc6ffec37d8971692a00df39e9bc6d706bb1 (patch)
treeb6f7f645b644146ba5919c416a107c74bb052d99 /contrib/respawn.sh
parent13e92be8bf2edae4fc2f5082361a3b0ae7b7434a (diff)
respawn: The BTS should not be nice, make sure the BTS is the most favorable
Diffstat (limited to 'contrib/respawn.sh')
-rwxr-xr-xcontrib/respawn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/respawn.sh b/contrib/respawn.sh
index 49ec3acd..0798a47a 100755
--- a/contrib/respawn.sh
+++ b/contrib/respawn.sh
@@ -2,5 +2,5 @@
while [ -e /etc/passwd ]; do
cat /lib/firmware/sysmobts-v?.out > /dev/dspdl_dm644x_0
echo "0" > /sys/class/leds/activity_led/brightness
- $*
+ nice -n -20 $*
done