blob: 329e932a840cfff447b2bb50e4d97101ee01836d [file] [log] [blame]
# su daemon
service su_daemon /system/xbin/su --daemon
oneshot
on property:persist.sys.root_access=0
stop su_daemon
on property:persist.sys.root_access=2
stop su_daemon
on property:persist.sys.root_access=1
start su_daemon
on property:persist.sys.root_access=3
start su_daemon