commit | f24e252903ca0f71c7fbfb135cf17e83e0c2ea90 | [log] [tgz] |
---|---|---|
author | San Mehat <san@google.com> | Tue May 19 13:30:46 2009 -0700 |
committer | San Mehat <san@google.com> | Tue May 19 13:33:07 2009 -0700 |
tree | 65d2499db0682ad75bbd21a365bfcfc00756d3a3 | |
parent | 1b154930b2c2634dce9c04d5d5cec7acb229ccb0 [diff] |
init: Add the ability to start services with dynamic arguments. To add arguments dynamically to a service, start the service like so: setprop ctl.start service_to_run:arg1 arg2 arg3... To start a service with *no* dynamic arguments, start the service normally: setprop ctl.start service_to_run Dynamic arguments are only supported on 'oneshot' services Signed-off-by: San Mehat <san@google.com>