I'm using the environment variable override feature of dropwizard (http://www.dropwizard.io/manual/core.html#environment-variables), and I need a way to execute a script upon start to set the environment variables. I've seen other programs work this way, so hopefully this is acceptable.
I'm using the environment variable override feature of dropwizard (http://www.dropwizard.io/manual/core.html#environment-variables), and I need a way to execute a script upon start to set the environment variables. I've seen other programs work this way, so hopefully this is acceptable.