#!/bin/sh

/etc/init.d/UPAgent stop &
pgrep -f xcenvsw.sh | xargs kill
killall xagent &
killall d2d &

/bin/busybox reboot $*

