diff options
Diffstat (limited to 'recipes/freesmartphone/zhone/80zhone')
-rw-r--r-- | recipes/freesmartphone/zhone/80zhone | 4 |
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 |