From 22cbc5ed4889d6c66e2916d5acde582b1868fbc9 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 10 Feb 2025 10:45:39 -0500 Subject: [PATCH] Align startup_timeout with the systemd default and document it We had it set to 120 seconds while the systemd default is 90. They should be the same because the first one that times out "wins". Move where during the installation we create the systemd override file so that the timeout will be applied across all subsequent server starts during and post installation. Fixes: https://pagure.io/freeipa/issue/9743 Signed-off-by: Rob Crittenden Reviewed-By: Florence Blanc-Renaud Reviewed-By: Alexander Bokovoy --- client/man/default.conf.5 | 2 +- ipalib/constants.py | 5 +++-- ipaserver/install/cainstance.py | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/client/man/default.conf.5 b/client/man/default.conf.5 index e0aec21f725d88ce2ba3cf52901fb15575892cde..461c60134124ed3e31e17ac350576487fda4c46e 100644 --- a/client/man/default.conf.5 +++ b/client/man/default.conf.5 @@ -191,7 +191,7 @@ Specifies the IPA Server hostname. Skip client vs. server API version checking. Can lead to errors/strange behavior when newer clients talk to older servers. Use with caution. .TP .B startup_timeout