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

ability to specify java server app start up order in debian implemented #245

Merged
merged 1 commit into from
May 10, 2014

Conversation

kardapoltsev
Copy link
Member

This is only for Debian. @jsuereth, @muuki88 could you please take a look at this? If everything is ok, I'll add this to Rpm.

stopRunlevels := Seq(0, 1, 6),
requiredStartFacilities := Seq("$remote_fs", "$syslog"),
requiredStopFacilities := Seq("$remote_fs", "$syslog"),
linuxJavaAppStartScriptBuilder := JavaAppStartScript.Debian,
Copy link
Contributor

Choose a reason for hiding this comment

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

This one is nice. I want to refactor this at some point, because methods and names are really not where they should belong.

@muuki88
Copy link
Contributor

muuki88 commented May 10, 2014

LGTM 👍

muuki88 added a commit that referenced this pull request May 10, 2014
ability to specify java server app start up order in debian implemented
@muuki88 muuki88 merged commit 6703ba2 into sbt:master May 10, 2014
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