Commit ed16ec8a authored by Nils Goroll's avatar Nils Goroll

some words about exit codes

parent 920541a8
......@@ -249,6 +249,23 @@ here, in order to conserve VM space.
.. include:: ../include/params.rst
EXIT CODES
==========
Varnish and bundled tools will, in most cases, exit with one of the
following codes
* `0` OK
* `1` Configuration / parameter error
* `2` Some other error which could be system-dependend and/or transient
In addition to these, when coredumps are disabled, `varnishd` will
exit with status code `4` in a panic situation.
The `varnishd` master process may also OR its exit code with `0x40`
when the `varnishd` child process was terminated by a signal and with
`0x80` when a core was dumped.
SEE ALSO
========
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment