-
Notifications
You must be signed in to change notification settings - Fork 446
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 #249. Systemd support for Debian and Rpm #256
Conversation
@kardapoltsev can you update this pr for automatic merge? |
…systemd Conflicts: src/main/scala/com/typesafe/sbt/packager/archetypes/JavaServerApplication.scala
Is it fine to use such merge commits? |
IMHO smaller commits are better to handle. However this is a complete feature, so it's okay. |
Can you provide a small hint in the |
My english is bad, so could you check this notes about systemd? Should I add more detailed docs? |
@@ -28,6 +28,17 @@ For the native packager keys add this to your `build.sbt` | |||
import com.typesafe.sbt.SbtNativePackager._ | |||
import NativePackagerKeys._ | |||
|
|||
## Experimental systemd bootsystem support ## | |||
|
|||
Native packager have an experimental `systemd` bootsystem. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would change this to
"Native packager now provides experimental systemd
startup scripts"
Perfect! Just one comment and we are good to go |
Any more issues with this PR? |
FIX #249. Systemd support for Debian and Rpm
This works fine on
Fedora release 20 (Heisenbug)
and I hope will work on Ubuntu when systemctl command will be added to Ubuntu release.Also systemd units are placed in Ubuntu in another directory rather than Fedora or Gentoo, so new config
defaultLinuxStartScriptLocation
was added.