Run hooks in response to certain events.
authorIain Patterson <me@iain.cx>
Thu, 1 Jan 2015 19:01:54 +0000 (19:01 +0000)
committerIain Patterson <me@iain.cx>
Mon, 5 Jan 2015 09:36:43 +0000 (09:36 +0000)
commit2f2f64b07611fe0709bf4d502de7cac292dc1975
treed7c0c6778d48a603b087686a46605e777d2bcf78
parenta90eade7d022451e92bedcebe816651df7bf0d17
Run hooks in response to certain events.

User-configurable hooks will be run before and/or after certain events,
eg after the application starts successfully.

Hooks will run with the environment of the application, with additional
environment variables providing information about the service status and
the hook which has been called.
14 files changed:
README.txt
gui.cpp
hook.cpp [new file with mode: 0644]
hook.h [new file with mode: 0644]
messages.mc
nssm.h
nssm.rc
nssm.vcproj
registry.cpp
registry.h
resource.h
service.cpp
service.h
settings.cpp