From 96ad0d8806747b957581dca52e9bbd788593dd26 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 18 Dec 2024 17:44:48 +0100 Subject: [PATCH] docs: Remove depenency of reload/restart on manage_service This did not work since 43ed7c1, for over 7 years so instead of restoring this behavior, updating documentation to match current beharior sounds more reasonable. Fixes: #236 Signed-off-by: Jakub Jelen --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 738e826..b272b0e 100644 --- a/README.md +++ b/README.md @@ -92,17 +92,16 @@ for AIX) If set to *false*, a reload of sshd won't happen on change. This can help with troubleshooting. You'll need to manually reload sshd if you want to apply the -changed configuration. Defaults to the same value as `sshd_manage_service`. -(Except on AIX, where `sshd_manage_service` is default *false*, but -`sshd_allow_reload` is default *true*) +changed configuration. Defaults to *true*. #### sshd_allow_restart Some changes, for example of the sysconfig and environment files require the full restart of the service. If set to *false*, a restart of sshd won't happen on these changes. This can help with troubleshooting. You'll need to manually restart sshd -if you want to apply the changed configuration. Defaults to the same value as -`sshd_manage_service`. +if you want to apply the changed configuration. Defaults to *true* (except on AIX +where the reload is handled by specific restart command and this option does not +have any effect). #### sshd_install_service