Skip to content

Commit

Permalink
am 8246d45: Merge "bundle init.rc contents with its service"
Browse files Browse the repository at this point in the history
* commit '8246d45e94bfb0ce878f41a01602b7b8d78c40ad':
  bundle init.rc contents with its service
  • Loading branch information
Tom Cherry authored and Android Git Automerger committed Aug 21, 2015
2 parents 56cc45f + 8246d45 commit f228899
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ LOCAL_CLANG := true
LOCAL_CPPFLAGS := -std=c++11 -Wall -Werror
LOCAL_MODULE := netd

LOCAL_INIT_RC := netd.rc

LOCAL_SHARED_LIBRARIES := \
libcrypto \
libcutils \
Expand Down
6 changes: 6 additions & 0 deletions server/netd.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
service netd /system/bin/netd
class main
socket netd stream 0660 root system
socket dnsproxyd stream 0660 root inet
socket mdns stream 0660 root system
socket fwmarkd stream 0660 root inet

0 comments on commit f228899

Please sign in to comment.