Don't suicide on exit status 0.
authorIain Patterson <me@iain.cx>
Sat, 25 Sep 2010 13:37:28 +0000 (14:37 +0100)
committerIain Patterson <me@iain.cx>
Sat, 25 Sep 2010 13:37:28 +0000 (14:37 +0100)
commitb465216f3ec97443952f64ba5d068354c1296d3c
tree3199cfc7fa3e97d7fc3243132979ebe61d4a35d7
parent37215c1032c46095fe52808ef7c6efa98abf4159
Don't suicide on exit status 0.

Suiciding when the application exits 0 will cause recovery actions to be
taken.  Usually this is inappropriate.  Only suicide if there is an
explicit AppExit value for 0 in the registry.

Technically such behaviour could be abused to do something like run a
script after successful completion of a service but in most cases a
suicide is undesirable when no actual failure occurred.
README.txt
messages.mc
registry.cpp
registry.h
service.cpp
service.h