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

Support for systemd and fixed issue with SysV using environment variables #63

Merged
merged 3 commits into from
Jan 25, 2016

Conversation

cliffpracht
Copy link
Contributor

No description provided.

@realityforge
Copy link
Owner

Eyeballing it looks fine. Will try and get it tested and merged in soon. Sorry for taking a while to respond ... have a small baby and my time is getting soaked up there ;)

@cliffpracht
Copy link
Contributor Author

Cool.. Thanks @realityforge. Hear you on the baby thing - got a 1 and 3 at home, as well. Enjoy it!

@cliffpracht
Copy link
Contributor Author

Noticed an issue with the systemd syntax, which should be fixed now. Environment should look like this:

Environment="LC_ALL=en_US.UTF-8"
Environment="LD_LIBRARY_PATH=/path/to/lib"
Environment="LD_PRELOAD=/path/to/lib/libjsig.so"

Not this:

Environment="LC_ALL=en_US.UTF-8 LD_LIBRARY_PATH=/path/to/lib LD_PRELOAD=/path/to/lib/libjsig.so"

@realityforge realityforge merged commit 0c09c45 into realityforge:master Jan 25, 2016
@realityforge
Copy link
Owner

Thanks - finally got to merging it.

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

Successfully merging this pull request may close these issues.

2 participants