aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-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