commit | 232c9c5736ffb2cb0f4deff2a9ce5b87e4884ea3 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Mon Sep 18 12:16:27 2017 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Mon Sep 18 12:19:47 2017 -0700 |
tree | 752705fa9b652c7f79572318d9a14869cafadc42 | |
parent | f0a14792f31d859cb41d3e4abac65f633453f0fa [diff] |
init: add exec_background command This command functions similarly to `exec` except that it does not cause init to halt executing commands until the process has terminated. It is useful for launching simple one time background tasks. Bug: 65736247 Test: create an exec_background service and see it function properly Change-Id: I719c8b85479b65201770aedc0a13191303007c11