Make repo path canonical runtime
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user