Fix information about RESTARTABLE option

This commit is contained in:
Ayaz Salikhov
2024-01-23 00:08:56 +01:00
parent 7e240d59d3
commit 009821cdb3

View File

@@ -17,7 +17,7 @@ if "JUPYTERHUB_API_TOKEN" in os.environ:
# Entrypoint is start.sh
command = []
# If we want to survive restarts, tell that to start.sh
# If we want to survive restarts, launch the command using `run-one-constantly`
if os.environ.get("RESTARTABLE") == "yes":
command.append("run-one-constantly")