Added instructions for restarting JupyterHub to the Troubleshooting section of the docs in response to issue #455

This commit is contained in:
DataCascadia
2021-02-21 18:31:32 -08:00
parent 8ba0ca2a9e
commit 324dc20600
2 changed files with 33 additions and 1 deletions

View File

@@ -0,0 +1,31 @@
=============================================
Stopping and Restarting the JupyterHub Server
=============================================
The user can **stop** the JupyterHub server using:
.. code-block:: console
$ systemctl stop jupyterhub.service
.. warning::
Keep in mind that other services that may also require stopping:
* The user's Jupyter server: jupyter-username.service
* Traefik.service
The user may **restart** JupyterHub and Traefik services by running:
.. code-block:: console
$ 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