commit | 3631c545b8e3256c5aba2269491912e3f568cd99 | [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 | 19731103556cd33095cff8074191d4693bc0c74a [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