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

Fix how java options are set in systemd unit file #139

Closed
trozet opened this issue Mar 17, 2017 · 1 comment
Closed

Fix how java options are set in systemd unit file #139

trozet opened this issue Mar 17, 2017 · 1 comment
Assignees

Comments

@trozet
Copy link
Collaborator

trozet commented Mar 17, 2017

Currently we use _JAVA_OPTIONS to set extra cmd line java arguments. This method doesn't seem to work well with multiple arguments, and if setting options that karaf.sh will also set by default, ODL wont start. karaf.sh checks for "JAVA_OPTS" environment variable to override default java options. We should modify the way we configure java options to use that variable, so that a user can be explicit and deterministic in getting the exact java options he/she wants.

@trozet trozet self-assigned this Mar 17, 2017
@dfarrell07
Copy link
Owner

This repo moved to OpenDaylight's infra and the issue tracking moved to OpenDaylight's Jira. The new issue to track this is: https://jira.opendaylight.org/browse/INTPAK-117

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

2 participants