Fix that Tomcat deployed with GitBucket can not shutdown.

This commit is contained in:
IWAMURO Motonori
2018-03-29 21:59:19 +09:00
parent 50137c5546
commit d6c9101b83

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 {