Files
nautilus_mm/deploy/event-state-probe.user.service
T
jackyu66gitandCursor e2fbe1c2b3 Snapshot nautilus_mm after EXP_002 Phase 1 stop.
Keep frozen research conclusions and code; raw ledgers and secrets stay out of git.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-10 16:53:22 +08:00

31 lines
1.0 KiB
Desktop File

# 用户级 systemd — ~/.config/systemd/user/event-state-probe.service
# MM_EDGE_EXP_002 Phase 1 long-term Event-State collection. Trading = NO.
[Unit]
Description=MM_EDGE_EXP_002 Event-State Observability Probe (no trading)
After=network-online.target
[Service]
Type=simple
WorkingDirectory=/www/Project/nautilus_mm
Environment=PYTHONPATH=/www/Project/nautilus_mm/src
EnvironmentFile=-/www/Project/nautilus_mm/.env
# Layer 0 (systemd): override .env — EXP_002 never trades
Environment=ENABLE_TRADING=false
Environment=EXPERIMENT_ID=MM_EDGE_EXP_002
Environment=PROBE_VERSION=event_state_v0.1
Environment=LEDGER_RUN_ID=EXP-002-RUN-002
Environment=EVENT_STATE_LOG_DIR=/www/Project/nautilus_mm/logs/event_state/EXP-002-RUN-002
Environment=HTTP_PROXY=
Environment=HTTPS_PROXY=
Environment=http_proxy=
Environment=https_proxy=
ExecStart=/www/Project/nautilus_mm/scripts/run_event_state.sh
Restart=always
RestartSec=10
StandardOutput=journal
StandardError=journal
SyslogIdentifier=event-state-probe
[Install]
WantedBy=default.target