Skip to content

Commit d924184

Browse files
committed
explicitly stdout/stderr
1 parent ab704c2 commit d924184

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

template/systemd/code-interpreter.service

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ WorkingDirectory=/root/.server
1111
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
1212
Restart=always
1313
RestartSec=1
14+
StandardOutput=journal
15+
StandardError=journal

0 commit comments

Comments
 (0)