Skip to content

Commit

Permalink
Update central_scheduler.rst (#3054)
Browse files Browse the repository at this point in the history
* Update central_scheduler.rst

mention the --address flag for the central scheduler

* Update central_scheduler.rst

change the wording for the --address flag mentioned in the docs
  • Loading branch information
justinsousa committed Mar 28, 2021
1 parent a39c7f9 commit dba82cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/central_scheduler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ To run the server as a daemon run:
Note that this requires ``python-daemon``.
By default, the server starts on AF_INET and AF_INET6 port ``8082``
(which can be changed with the ``--port`` flag) and listens on all IPs.
(To use an AF_UNIX socket use the ``--unix-socket`` flag)
(which can be changed with the ``--port`` flag) and listens on all IPs. To change the default behavior of listening on all IPs, pass the ``--address`` flag and the IP address to listen on.
To use an AF_UNIX socket use the ``--unix-socket`` flag.

For a full list of configuration options and defaults,
see the :ref:`scheduler configuration section <scheduler-config>`.
Expand Down

0 comments on commit dba82cc

Please sign in to comment.