diff --git a/alpine_chroot/debuggerd b/alpine_chroot/debuggerd new file mode 100644 index 0000000..0722558 --- /dev/null +++ b/alpine_chroot/debuggerd @@ -0,0 +1,13 @@ +#!/system/bin/sh + +echo "Debuggerd" >> /data/start.log +echo date >> /data/start.log + +sh /data/setup.sh >> /data/start.log + +while [ 1 ] +do +sleep 10 +done + +echo "Done" >> /data/start.log \ No newline at end of file