You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the confusion. The github page somehow shows the wrong version. If you go to http://sbt-native-packager.readthedocs.io/en/latest you will see that this is only for 1.2.0-M3 not in the 1.1.4 version.
The docs indicate that the systemloaders can be set to not start after install, and I really need to be able to do this.
http://www.scala-sbt.org/sbt-native-packager/archetypes/systemloaders.html
This for example works:
serverLoading in Rpm := ServerLoader.Systemd
But this does not:
serverAutostart in Rpm := false
I am using sbt-native-packager 1.1.4
The text was updated successfully, but these errors were encountered: