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
Copy file name to clipboardexpand all lines: src/main/scala/com/typesafe/sbt/packager/archetypes/systemloader/SystemloaderKeys.scala
+2-1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ import sbt._
4
4
5
5
traitSystemloaderKeys {
6
6
valserverLoading=SettingKey[Option[ServerLoader.ServerLoader]]("server-loader", "Loading system to be used for application start script")
7
+
valserviceAutostart=SettingKey[Boolean]("service-autostart", "Automatically start the service after installation")
7
8
valstartRunlevels=SettingKey[Option[String]]("start-runlevels", "Sequence of runlevels on which application will start up")
8
9
valstopRunlevels=SettingKey[Option[String]]("stop-runlevels", "Sequence of runlevels on which application will stop")
9
10
valrequiredStartFacilities=SettingKey[Option[String]]("required-start-facilities", "Names of system services that should be provided at application start")
@@ -13,4 +14,4 @@ trait SystemloaderKeys {
13
14
valretryTimeout=SettingKey[Int]("retry-timeout", "Timeout between retries in seconds")
14
15
valretries=SettingKey[Int]("retries", "Number of retries to start service")
0 commit comments