mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-09 00:52:20 +01:00
Merge pull request #1928 from vmi/tomcat-shutdown
Fix that Tomcat deployed with GitBucket can not shutdown.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user