From 0c48ffc32e03c5d16370c1f192fb7a931ecfc785 Mon Sep 17 00:00:00 2001 From: Varun Madiath Date: Wed, 5 Jun 2024 18:47:12 -0400 Subject: [PATCH] Document new dashboard option `--systemd-socket` --- guides/cli.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/guides/cli.rst b/guides/cli.rst index 68e600eb22..86f7c32b2d 100644 --- a/guides/cli.rst +++ b/guides/cli.rst @@ -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. @@ -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 ---------------------