Skip to content

Commit

Permalink
flux-broker-attributes(7): add missing attrs
Browse files Browse the repository at this point in the history
Problem: the broker.sd-notify and broker.sd-stop-timeout attributes
are undocumented.

Add them to the man page.
  • Loading branch information
garlick committed Feb 24, 2025
1 parent 907d742 commit 7a7a533
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/man7/flux-broker-attributes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,15 @@ broker.exit-restart [Updates: C, R]
broker.starttime
Timestamp of broker startup from :man3:`flux_reactor_now`.

broker.sd-notify
A boolean indicating that the broker should use :linux:man3:`sd_notify`
to inform systemd of its status. This is set in the Flux systemd unit file.

broker.sd-stop-timeout
The systemd TimeoutStopSec value (in RFC 23 Flux Standard Duration format),
which is used by the broker to extend the stop timeout while it is making
progress towards shutdown. This is set in the Flux systemd unit file.

conf.shell_initrc [Updates: C, R]
The path to the :man1:`flux-shell` initrc script. Default:
``${prefix}/etc/flux/shell/initrc.lua``.
Expand Down
1 change: 1 addition & 0 deletions doc/test/spell.en.pws
Original file line number Diff line number Diff line change
Expand Up @@ -947,3 +947,4 @@ SIGALRM
backoff
unkillable
Feitelson
TimeoutStopSec

0 comments on commit 7a7a533

Please sign in to comment.