#!/system/xbin/bash
PS=`su -c "busybox run-parts -l /system/etc/init.d" 2>&1`; for X in $PS; do su -c $X; done
