aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/zhone/80zhone
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/freesmartphone/zhone/80zhone')
-rw-r--r--recipes/freesmartphone/zhone/80zhone4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/freesmartphone/zhone/80zhone b/recipes/freesmartphone/zhone/80zhone
new file mode 100644
index 0000000000..5a36e873f4
--- /dev/null
+++ b/recipes/freesmartphone/zhone/80zhone
@@ -0,0 +1,4 @@
+#!/bin/sh -e
+zhone > /tmp/zhone.log 2>&1 &
+renice -3 $!
+exit 0