Files
the-littlest-jupyterhub/docs/troubleshooting/restart.md
Min RK de36cfc116 adopt myst
run rst2myst, with minimal manual formatting fixes
2023-03-27 09:40:35 +02:00

596 B

Stopping and Restarting the JupyterHub Server

The user can stop the JupyterHub server using:

$ 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:

$ sudo tljh-config reload proxy

This calls systemctl and restarts Traefik. The user may call systemctl and restart only the JupyterHub using the command:

$ sudo tljh-config reload hub