diff --git a/man/systemd.service.xml b/man/systemd.service.xml index d62d47cf63..d3ed79effb 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. +