am 4f5392cb: Merge "Make indentation sane in init.rc"
* commit '4f5392cb6c09618b968a4c86bbde079bef57afd1': Make indentation sane in init.rc
This commit is contained in:
commit
94fa20058f
1 changed files with 26 additions and 26 deletions
|
|
@ -30,7 +30,6 @@ on early-init
|
||||||
mkdir /mnt 0775 root system
|
mkdir /mnt 0775 root system
|
||||||
|
|
||||||
on init
|
on init
|
||||||
|
|
||||||
sysclktz 0
|
sysclktz 0
|
||||||
|
|
||||||
loglevel 3
|
loglevel 3
|
||||||
|
|
@ -435,6 +434,7 @@ on property:sys.powerctl=*
|
||||||
# So proxy writes through init.
|
# So proxy writes through init.
|
||||||
on property:sys.sysctl.extra_free_kbytes=*
|
on property:sys.sysctl.extra_free_kbytes=*
|
||||||
write /proc/sys/vm/extra_free_kbytes ${sys.sysctl.extra_free_kbytes}
|
write /proc/sys/vm/extra_free_kbytes ${sys.sysctl.extra_free_kbytes}
|
||||||
|
|
||||||
# "tcp_default_init_rwnd" Is too long!
|
# "tcp_default_init_rwnd" Is too long!
|
||||||
on property:sys.sysctl.tcp_def_init_rwnd=*
|
on property:sys.sysctl.tcp_def_init_rwnd=*
|
||||||
write /proc/sys/net/ipv4/tcp_default_init_rwnd ${sys.sysctl.tcp_def_init_rwnd}
|
write /proc/sys/net/ipv4/tcp_default_init_rwnd ${sys.sysctl.tcp_def_init_rwnd}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue