We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9e6e3 commit ab704c2Copy full SHA for ab704c2
2 files changed
template/systemd/code-interpreter.service
@@ -10,4 +10,4 @@ Type=simple
10
WorkingDirectory=/root/.server
11
ExecStart=/root/.server/.venv/bin/uvicorn main:app --host 0.0.0.0 --port 49999 --workers 1 --no-access-log --no-use-colors --timeout-keep-alive 640
12
Restart=always
13
-RestartSec=2
+RestartSec=1
template/systemd/jupyter.service
@@ -10,6 +10,6 @@ ExecStart=/usr/local/bin/jupyter server --IdentityProvider.token=""
ExecStartPost=/root/.jupyter/jupyter-healthcheck.sh
ExecStartPost=-/usr/bin/systemctl start code-interpreter
Restart=on-failure
14
StandardOutput=null
15
StandardError=journal
0 commit comments