Skip to content

Commit

Permalink
fix memsicd
Browse files Browse the repository at this point in the history
  • Loading branch information
christiantroy committed Jun 11, 2012
1 parent 497a405 commit af78e12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions init.rc
Original file line number Diff line number Diff line change
Expand Up @@ -522,11 +522,13 @@ service dumpstate /system/bin/dumpstate -s
disabled
oneshot

on property:sys.boot_completed=1
class_start troy

# adb over network
on property:service.adb.tcp.port=5555
stop adbd
start adbd
on property:service.adb.tcp.port=-1
stop adbd
start adbd

start adbd
2 changes: 1 addition & 1 deletion init.sun4i.rc
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ service iprenew_eth0 /system/bin/dhcpcd -n
oneshot

service memsicd /system/bin/logwrapper /system/bin/memsicd
class main
class troy
oneshot

0 comments on commit af78e12

Please sign in to comment.