forked from mozilla-b2g/gonk-misc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinit.b2g.rc
More file actions
31 lines (26 loc) · 709 Bytes
/
init.b2g.rc
File metadata and controls
31 lines (26 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
service gonksched /system/bin/gonksched
class main
user root
service fakeappops /system/bin/fakeappops
class main
user root
service b2g /system/bin/b2g.sh
class main
onrestart restart media
service rilproxy /system/bin/rilproxy
class main
socket rilproxy stream 660 root system
user root
group radio
service nfcd /system/bin/nfcd
class main
oneshot
socket nfcd stream 660 nfc nfc
user nfc
group system
on boot
exec /system/bin/rm -r /data/local/tmp
exec /system/bin/mkdir -p /data/local/tmp
# set RLIMIT_NOFILE to increase soft limit from 1024(default) to 2048.
# Hard limit keeps default value(4096).
setrlimit 7 2048 4096