summaryrefslogtreecommitdiffstats
path: root/init/readme.txt
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-03-18 12:41:54 -0700
committerElliott Hughes <enh@google.com>2015-03-18 12:41:54 -0700
commit7010301933d428874a2a0dee083a4030e64bcc14 (patch)
tree8ca938d91ff9d187df06193fbaa5fd866748022e /init/readme.txt
parent5aa097c8a7b9326e1add7a23bf4d31febd25127b (diff)
downloadsystem_core-7010301933d428874a2a0dee083a4030e64bcc14.zip
system_core-7010301933d428874a2a0dee083a4030e64bcc14.tar.gz
system_core-7010301933d428874a2a0dee083a4030e64bcc14.tar.bz2
Remove chroot from init.
This is not obviously useful. Let's wait until we have an actual need. Change-Id: I2c75c96314b281e89df25b6ed202b3dd5dfdaf15
Diffstat (limited to 'init/readme.txt')
-rw-r--r--init/readme.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/init/readme.txt b/init/readme.txt
index 0a85a95..7443330 100644
--- a/init/readme.txt
+++ b/init/readme.txt
@@ -170,9 +170,6 @@ chmod <octal-mode> <path>
chown <owner> <group> <path>
Change file owner and group.
-chroot <directory>
- Change process root directory.
-
class_start <serviceclass>
Start all services of the specified class if they are
not already running.