Merge pull request #1928 from vmi/tomcat-shutdown

Fix that Tomcat deployed with GitBucket can not shutdown.
This commit is contained in:
Naoki Takezoe
2018-03-31 02:35:44 +09:00
committed by GitHub

View File

@@ -37,6 +37,8 @@ class InitializeListener extends ServletContextListener with SystemSettingsServi
private val system = ActorSystem("job", ConfigFactory.parseString(
"""
|akka {
| daemonic = on
| coordinated-shutdown.run-by-jvm-shutdown-hook = off
| quartz {
| schedules {
| Daily {