From ba6a0c239dd125c5611e9f3b3a1b8c1b26846cad Mon Sep 17 00:00:00 2001 From: server Date: Tue, 14 Apr 2026 11:22:30 +0200 Subject: [PATCH] systemd: extend db stop timeout --- deploy/systemd/templates/metin-db.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/systemd/templates/metin-db.service.in b/deploy/systemd/templates/metin-db.service.in index f541102..63cecba 100644 --- a/deploy/systemd/templates/metin-db.service.in +++ b/deploy/systemd/templates/metin-db.service.in @@ -16,7 +16,7 @@ ExecStart={{RUNTIME_ROOT}}/channels/db/db Restart=on-failure RestartSec=5 KillSignal=SIGTERM -TimeoutStopSec=60 +TimeoutStopSec=180 LimitNOFILE=65535 [Install]