Skip to content

Commit

Permalink
flux-config-exec(5): add new exec config keys
Browse files Browse the repository at this point in the history
Problem: the new 'service' and 'service-override' exec config
keys are not documented.

Add them to flux-config-exec(5).
  • Loading branch information
garlick committed Jul 21, 2023
1 parent 6d81e8e commit 7a3855e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/man5/flux-config-exec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ imp
the credentials of the guest user that submitted them. If unset, only
jobs submitted by the instance owner may be executed.

service
(optional) Set the remote subprocess service name. (Default: ``rexec``).
Note that ``systemd.enable`` must be set to ``true`` if ``sdexec`` is
configured. See :man5:`flux-config-systemd`.

service-override
(optional) Allow ``service`` to be overridden on a per-job basis with
``--setattr system.exec.bulkexec.service=NAME``. (Default: ``false``).

method
(optional) Run job shell under a specific mechanism other than the default
forked subprocesses. Potential configurations:
Expand Down

0 comments on commit 7a3855e

Please sign in to comment.