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
@@ -14,6 +14,7 @@ trait Keys {
14
14
valmaintainer=SettingKey[String]("maintainer", "The name/email address of a maintainer for the native package.")
15
15
valdaemonUser=SettingKey[String]("daemon-user", "User to start application daemon")
16
16
valdaemonGroup=SettingKey[String]("daemon-group", "Group to start application daemon")
17
+
valdaemonShell=SettingKey[String]("daemon-shell", "Shell provided for the daemon user")
17
18
valserverLoading=SettingKey[ServerLoader]("server-loader", "Loading system to be used for application start script")
18
19
vallinuxPackageMappings=TaskKey[Seq[LinuxPackageMapping]]("linux-package-mappings", "File to install location mappings including owner and privileges.")
19
20
vallinuxPackageSymlinks=TaskKey[Seq[LinuxSymlink]]("linux-package-symlinks", "Symlinks we should produce in the underlying package.")
0 commit comments