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

Run options added to /etc/default/app_name from javaOptions in run #134

Closed
wants to merge 1 commit into from

Conversation

kardapoltsev
Copy link
Member

Trying to fix #82 for sysvinit.

@@ -20,3 +20,4 @@ packageSummary := "Test debian package"
packageDescription := """A fun package description of our software,
with multiple lines."""

javaOptions in run ++= Seq("-d64")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is in the etc script (and only for SystemV packages), should this instead be javaOptions in Debian or systemVJavaOptions?

Unless the setting is ubiquitous across platforms, I'd like to use a more specific name, I think....

@kardapoltsev
Copy link
Member Author

May be when upstart and systemV will use same bash script we could add this options in bash-template? And then this will be really "javaOptions in run".

@kardapoltsev
Copy link
Member Author

Useless since #138 I think.

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.

Specify default memory parameters of java_application BASH script in the build
2 participants