adopt myst

run rst2myst, with minimal manual formatting fixes
This commit is contained in:
Min RK
2023-03-27 09:31:02 +02:00
parent a5e72046ab
commit de36cfc116
96 changed files with 4131 additions and 4491 deletions

View File

@@ -0,0 +1,27 @@
# Stopping and Restarting the JupyterHub Server
The user can **stop** the JupyterHub server using:
```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:
```console
$ sudo tljh-config reload proxy
```
This calls systemctl and restarts Traefik. The user may call systemctl and restart only the JupyterHub using the command:
```console
$ sudo tljh-config reload hub
```