Commit 30037e84 authored by fuyanbin's avatar fuyanbin
Browse files

启动第三方程序用二进制

parent 838fc9ec
service startthirdparty /system/bin/startthirdparty.sh
service startthirdparty /system/bin/startthirdparty
class main
user root
group root
......
#!/system/bin/sh
export PATH="$PATH:/sbin:/system/sbin:/system/bin:/system/xbin:/odm/bin:/vendor/bin:/vendor/xbin"
source /system/bin/THIRDPARTY_ENV
$THIRDPARTY_BIN $THIRDPARTY_ARG
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment