Make repo path canonical runtime

This commit is contained in:
2026-07-08 21:11:23 +00:00
parent f214e2eafe
commit f3113a2eb9
2 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -5,10 +5,10 @@ Wants=network-online.target
[Service]
Type=simple
WorkingDirectory=/root/.openclaw/workspace/openclaw-daily-tokens-exporter
WorkingDirectory=/root/projects/openclaw-usage-exporter
Environment=OPENCLAW_SESSIONS_DIR=/root/.openclaw/agents/main/sessions
Environment=OPENCLAW_EXPORTER_TZ=Europe/Berlin
ExecStart=/root/.openclaw/workspace/openclaw-daily-tokens-exporter/.venv/bin/uvicorn app:app --host 127.0.0.1 --port 9487
ExecStart=/root/projects/openclaw-usage-exporter/.venv/bin/uvicorn app:app --host 0.0.0.0 --port 9487
Restart=always
RestartSec=5