exit script (#507)
This commit is contained in:
parent
d7897b67d9
commit
4feb66be91
|
|
@ -140,7 +140,8 @@ fi
|
||||||
start_app_process() {
|
start_app_process() {
|
||||||
while true; do
|
while true; do
|
||||||
if [ -S "/dev/socket/zygote" ]; then
|
if [ -S "/dev/socket/zygote" ]; then
|
||||||
/system/bin/app_process -Djava.class.path=$(magisk --path)/.magisk/modules/riru_lsposed/framework/lspd.dex /system/bin --nice-name=lspd org.lsposed.lspd.core.Main
|
nohup /system/bin/app_process -Djava.class.path=$(magisk --path)/.magisk/modules/riru_lsposed/framework/lspd.dex /system/bin --nice-name=lspd org.lsposed.lspd.core.Main >/dev/null 2>&1 &
|
||||||
|
return
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue