-
Notifications
You must be signed in to change notification settings - Fork 444
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
RPM with killtimeout
#957
Comments
Have you activated any kind of systemloader plugin? For RPM you normally use the |
Doh.. the github issues do not like to have backticks and first line of code on same line.
This is the line of enabled plugins |
The expected result would be to have
|
Line 89 in 02519e1
|
Thanks for the resarch @mr-git Would you like to a open a pull request for this? |
SBT: 0.13.13
Server OS: Centos 7.2.x
Development OS: macOS 10.12.4
Scala: 2.11.8
Version: 1.2.0-M8
RPM: 4.8.0
I am trying to use
killTimeout
(http://www.scala-sbt.org/sbt-native-packager/archetypes/systemloaders.html?highlight=killtimeout) feature to delay the server killing, but I cannot get it done.Related parts in code are:
I expected that this will add the value somewhere in startup scripts, but I cannot find them in locally generated RPM buildroot.
Am I missing something or am I doing something wrongly?
Thanks!
The text was updated successfully, but these errors were encountered: