diff options
author | Michael Bestas <mkbestas@gmail.com> | 2020-04-18 06:14:36 +0300 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:54 +0300 |
commit | 8158517144a3a963e2cf26a9351986e8afdd38e3 (patch) | |
tree | 5f6a39ffdcc365de2514fb7e1672f92ff03541b0 /rootdir | |
parent | c1c7c31fba66a7590eb7eccd79502bbb38f7e248 (diff) |
Revert "init.qcom.rc: Remove tftp and rmt_storage service definitions"
This reverts commit 0729562d1ee75cbddfd5abae60838942757f31b8.
Change-Id: Ie701f9a375b8f0f02e0c20374cf2cf4af5b1c579
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/etc/init.qcom.rc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 426ea48..4eacd5e 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -530,6 +530,16 @@ service irsc_util /vendor/bin/irsc_util "/vendor/etc/sec_config" user root oneshot +service vendor.rmt_storage /vendor/bin/rmt_storage + class core + user root + shutdown critical + ioprio rt 0 + +service vendor.tftp_server /vendor/bin/tftp_server + class core + user root + service vendor.bt-dun /system/bin/dun-server /dev/smd7 /dev/rfcomm0 class late_start user bluetooth |