Skip to content

Commit

Permalink
docs: Remove depenency of reload/restart on manage_service
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Jakuje committed Dec 18, 2024
1 parent 86ea486 commit ac38442
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ac38442

Please sign in to comment.