From d6cf2f4a5ac0284956333b0c2a6143b53e5e7e0f Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Sat, 16 Oct 2021 20:21:38 +0200 Subject: [PATCH] Apply suggestions from code review --- docs/troubleshooting/restart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/troubleshooting/restart.rst b/docs/troubleshooting/restart.rst index 4f9ea90..18a2498 100644 --- a/docs/troubleshooting/restart.rst +++ b/docs/troubleshooting/restart.rst @@ -20,12 +20,12 @@ The user may **restart** JupyterHub and Traefik services by running: .. code-block:: console - $ tljh-config reload proxy + $ sudo tljh-config reload proxy This calls systemctl and restarts Traefik. The user may call systemctl and restart only the JupyterHub using the command: .. code-block:: console - $ tljh-config reload hub + $ sudo tljh-config reload hub