daemon launched by monitor & show daemon status in module.prop

This commit is contained in:
5ec1cff
2023-12-11 23:38:43 +08:00
parent ad8510dee0
commit 993b18752b
5 changed files with 243 additions and 47 deletions

View File

@@ -24,7 +24,3 @@ if [ "$(which magisk)" ]; then
fi
done
fi
[ "$DEBUG" = true ] && export RUST_BACKTRACE=1
unshare -m sh -c "bin/zygisk-cp64 &"
unshare -m sh -c "bin/zygisk-cp32 &"