blob: 1fc6ab5f9f07eb932502c806761a5c3346df7cd1 [file] [log] [blame]
Tom Cherryc149ef72015-08-14 13:06:31 -07001service netd /system/bin/netd
2 class main
Tom Cherryc149ef72015-08-14 13:06:31 -07003 socket dnsproxyd stream 0660 root inet
4 socket mdns stream 0660 root system
5 socket fwmarkd stream 0660 root inet
Nathan Harold601c3a02018-04-04 13:15:31 -07006 onrestart restart zygote
7 onrestart restart zygote_secondary
Lorenzo Colitti9ec46b32018-12-21 15:02:03 +09008 # 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