Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Karasiq committed Sep 14, 2015
1 parent d1457ee commit 944381a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ scalacOptions ++= Seq("-optimize", "-deprecation", "-feature")

mainClass in Compile := Some("com.karasiq.proxychain.app.Boot")

enablePlugins(JavaServerAppPackaging, LinuxPlugin)
enablePlugins(JavaAppPackaging)

maintainer := "Karasiq <[email protected]>"

Expand Down
1 change: 0 additions & 1 deletion src/main/scala/com/karasiq/proxychain/app/Boot.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ object Boot extends App {
override def run(): Unit = {
actorSystem.log.debug("Shutting down ActorSystem")
actorSystem.shutdown()
actorSystem.awaitTermination()
}
}))
}

0 comments on commit 944381a

Please sign in to comment.