We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--server-port
--port
1 parent 5aefb3e commit a14cb55Copy full SHA for a14cb55
operations/cookbook.service
@@ -6,7 +6,7 @@ After=network.target
6
Type=simple
7
User=quinn
8
WorkingDirectory=/home/quinn/cookbook/book
9
-ExecStart=/bin/bash -c 'fuser -k 3000/tcp 2>/dev/null || true; /home/quinn/.local/bin/uv run jupyter book start --port 3000 --headless'
+ExecStart=/bin/bash -c 'fuser -k 3000/tcp 2>/dev/null || true; sleep 2; /home/quinn/.local/bin/uv run jupyter book start --server-port 3000 --headless'
10
Restart=always
11
RestartSec=10
12
StandardOutput=journal
0 commit comments