diff options
author | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-04-14 22:47:15 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-04-14 22:47:15 +0200 |
commit | 2ad281aac216211192767638fee49ea22ae4808f (patch) | |
tree | 169fce486293801d9bf49d9c10b48ec4d3aebead /docs/bootup.md | |
parent | cd946f0b9c51d4dcc1ab174daf853bdf5c828855 (diff) |
Mention environment variables
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'docs/bootup.md')
-rw-r--r-- | docs/bootup.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/bootup.md b/docs/bootup.md index 1f107bd..bd2b80e 100644 --- a/docs/bootup.md +++ b/docs/bootup.md @@ -69,3 +69,6 @@ If a single command line returns something other than `EXIT_SUCCESS`, processing of multiple command lines is immediately stopped and the offending exit status is returned to init. + +The init process reads environment variables from `/etc/initd.env`. + |