mirror of https://github.com/ethereum/go-ethereum
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lewis Marshall
a1f3878ec5
|
8 years ago | |
---|---|---|
.. | ||
README.md | 8 years ago | |
command_linux.go | 8 years ago | |
command_unix.go | 8 years ago | |
command_unsupported.go | 8 years ago | |
command_windows.go | 8 years ago | |
reexec.go | 8 years ago |
README.md
reexec
The reexec
package facilitates the busybox style reexec of the docker binary that we require because
of the forking limitations of using Go. Handlers can be registered with a name and the argv 0 of
the exec of the binary will be used to find and execute custom init paths.