From 9e60bfa3651a8c8705274499489b974a4575ea84 Mon Sep 17 00:00:00 2001 From: Ginger Date: Mon, 10 Nov 2025 13:09:07 -0500 Subject: [PATCH] fix: Bump max startup time to ten minutes in the systemd unit --- pkg/conduwuit.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/conduwuit.service b/pkg/conduwuit.service index 44ebe5a7..0c5b0838 100644 --- a/pkg/conduwuit.service +++ b/pkg/conduwuit.service @@ -63,7 +63,7 @@ Restart=on-failure RestartSec=5 TimeoutStopSec=4m -TimeoutStartSec=4m +TimeoutStartSec=10m StartLimitInterval=1m StartLimitBurst=5