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/linux/Keys.scala
+1
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ trait Keys {
11
11
valpackageSummary=SettingKey[String]("package-summary", "Summary of the contents of a linux package.")
12
12
valpackageDescription=SettingKey[String]("package-description", "The description of the package. Used when searching.")
13
13
valmaintainer=SettingKey[String]("maintainer", "The name/email address of a maintainer for the native package.")
14
+
valappUser=SettingKey[String]("app-user", "The owner of the files in the package")
14
15
valdaemonUser=SettingKey[String]("daemon-user", "User to start application daemon")
15
16
valserverLoading=SettingKey[ServerLoader]("server-loader", "Loading system to be used for application start script")
16
17
vallinuxPackageMappings=TaskKey[Seq[LinuxPackageMapping]]("linux-package-mappings", "File to install location mappings including owner and privileges.")
0 commit comments