Allow appending to the service environment.
authorIain Patterson <me@iain.cx>
Thu, 21 Nov 2013 11:55:31 +0000 (11:55 +0000)
committerIain Patterson <me@iain.cx>
Thu, 21 Nov 2013 11:55:31 +0000 (11:55 +0000)
The new registry value AppEnvironmentExtra allows defining a list of
environment variables which will be appended to the environment, as
opposed to those defined by the srvany-compatible AppEnvironment, which
replaces the environment.

Though it would serve no useful purpose beyond verifying whether or not
I went to the effort of writing a code path for it, it is possible to
define bother lists and have them behave intuitively.


No differences found