netd.rc 468 B

1234567891011
  1. service netd /system/bin/netd
  2. class main
  3. socket dnsproxyd stream 0660 root inet
  4. socket mdns stream 0660 root system
  5. socket fwmarkd stream 0660 root inet
  6. onrestart restart zygote
  7. onrestart restart zygote_secondary
  8. # b/121354779: netd itself is not updatable, but on startup it dlopen()s the resolver library
  9. # from the DNS resolver APEX. Mark it as updatable so init won't start it until all APEX
  10. # packages are ready.
  11. updatable