Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document running dashboard with systemd socket activation #3963

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion guides/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,12 @@ single configuration file.
Manually set the unix socket to bind to. If specified along with ``--address`` or ``--port`` the values
for those parameters will be ignored. Cannot be used along with ``--systemd-socket``.

.. option:: --systemd-socket

Have the dashboard bind to a unix socket that is passed in using systemd socket activation. If
specified along with ``--address`` or ``--port`` the values for those parameters will be ignored.
Cannot be used along with ``--socket``.

.. option:: --username USERNAME

The optional username to require for authentication.
Expand All @@ -221,7 +227,7 @@ single configuration file.
.. option:: --open-ui

If set, opens the dashboard UI in a browser once the server is up and running. Does not work when using
``--socket``.
``--socket`` or `--systemd-socket`.

``logs`` Command
---------------------
Expand Down