summaryrefslogtreecommitdiffstats
path: root/packages/freesmartphone/zhone/80zhone
blob: 5a36e873f459b1bfc8510c21ddf94db9dede8b51 (plain)
1
2
3
4
#!/bin/sh -e
zhone > /tmp/zhone.log 2>&1 &
renice -3 $!
exit 0