From a55d1b29a4cc2edc8550c5f4e062f2194807dcd3 Mon Sep 17 00:00:00 2001 From: Arian van Putten Date: Tue, 30 Jul 2024 13:35:52 +0200 Subject: [PATCH] document how TimeoutStartSec= affects notify-reload (#33653) * document how TimeoutStartSec= affects notify-reload --- man/systemd.service.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man/systemd.service.xml b/man/systemd.service.xml index d62d47cf63b..d3ed79effb7 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -624,6 +624,12 @@ sd_notify3). + Note that the start timeout is also applied to service reloads, regardless if implemented + through ExecReload= or via the reload logic enabled via Type=notify-reload. + If the reload does not complete within the configured time, the reload will be considered failed and + the service will continue running with the old configuration. This will not affect the running service, + but will be logged and will cause e.g. systemctl reload to fail. + -- 2.47.3