Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System environment variables not appended to with user defined value #25

Open
jfosco opened this issue Jan 12, 2017 · 0 comments
Open

Comments

@jfosco
Copy link

jfosco commented Jan 12, 2017

I have a stack where LD_LIBRARY_PATH is set in the user environment, and we want to append to it when launching our app. Our launcher-static.yml contains the following:

env:
  LD_LIBRARY_PATH: "{{CWD}}/service/staf/linux-x86_64/lib"

The system environment has this defined:

$ echo $LD_LIBRARY_PATH
/opt/palantir/postgresql95/usr/pgsql-9.5/lib:/opt/palantir/postgresql95/usr/lib64:/opt/palantir/postgresql95/usr/lib64/atlas:/opt/palantir/postgresql95/lib64:

And on startup we get the following:

2017-01-12 14:48:59,004 INFO [main] EnterpriseManager - LD_LIBRARY_PATH = /opt/palantir/postgresql95/usr/pgsql-9.5/lib:/opt/palantir/postgresql95/usr/lib64:/opt/palantir/postgresql95/usr/lib64/atlas:/opt/palantir/postgresql95/lib64:

Ideally the launcher-static environment variable would actually get appended to they system environment variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant