summaryrefslogtreecommitdiffstats
path: root/init/readme.txt
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-03 09:06:52 -0700
committerElliott Hughes <enh@google.com>2015-04-03 09:06:52 -0700
commite2837a9107f8a68a790908d609c0c8dab17d7bdd (patch)
tree2a735722d276e4642b4c9dab6d8feca9f8ee8f3f /init/readme.txt
parent691b44f55f8046c1464c31961182d8ff647697e2 (diff)
downloadsystem_core-e2837a9107f8a68a790908d609c0c8dab17d7bdd.zip
system_core-e2837a9107f8a68a790908d609c0c8dab17d7bdd.tar.gz
system_core-e2837a9107f8a68a790908d609c0c8dab17d7bdd.tar.bz2
Remove execonce.
Use 'exec' instead. Change-Id: I1320d1971f7cd8b23753c27aa87089006e112a11
Diffstat (limited to 'init/readme.txt')
-rw-r--r--init/readme.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/init/readme.txt b/init/readme.txt
index 630dd03..84afd11 100644
--- a/init/readme.txt
+++ b/init/readme.txt
@@ -182,10 +182,6 @@ exec [ <seclabel> [ <user> [ <group> ]* ] ] -- <command> [ <argument> ]*
groups can be provided. No other commands will be run until this one
finishes.
-execonce <path> [ <argument> ]*
- Use exec instead. This command will be removed after existing callers have
- moved to exec.
-
export <name> <value>
Set the environment variable <name> equal to <value> in the
global environment (which will be inherited by all processes