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>
This commit is contained in:
jackyu66git
2026-09-10 16:53:22 +08:00
co-authored by Cursor
commit e2fbe1c2b3
49 changed files with 9633 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# 用户级 systemd(无需 sudo)— 安装到 ~/.config/systemd/user/
[Unit]
Description=Maker Edge Probe MM_EDGE_EXP_001
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
Environment=HTTP_PROXY=
Environment=HTTPS_PROXY=
ExecStart=/www/Project/nautilus_mm/.venv/bin/python -m nautilus_mm.run_live
Restart=always
RestartSec=10
StandardOutput=journal
StandardError=journal
SyslogIdentifier=mm-edge-probe
[Install]
WantedBy=default.target