Commit a382e0d0 authored by Nils Goroll's avatar Nils Goroll Committed by Lasse Karstensen

Change exit code documentation so highest is most severe. Dont mention exit(4)

After discussion with phk: exit(4) is a real exception, we should abort() whenever
possible.

The error codes patch is still to be committed.
parent 6111bc31
......@@ -256,15 +256,9 @@ 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, the `varnishd` child process will exit with
status code `4`
* in a panic situation when coredumps are disabled and
* in panic-like situations when triggering an actual panic is not
possible.
* `1` Some error which could be system-dependend and/or transient
* `2` Serious configuration / parameter error - retrying with the same
configuration / parameters is most likely useless
The `varnishd` master process may also OR its exit code
......
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