Files
memind/ops/wechat-egress-proxy-105.service
T
john 229805a070 Improve WeChat MP replies and ship MindSpace/H5 production updates.
Add WeChat service account routing with sync acks, connectivity tests, and context isolation; document deploy runbooks; and bundle related MindSpace, voice, Plaza, and server gateway changes for production rollout.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 23:06:43 +08:00

16 lines
328 B
Desktop File

[Unit]
Description=TKMind WeChat MP egress proxy
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
Environment=WECHAT_EGRESS_HOST=127.0.0.1
Environment=WECHAT_EGRESS_PORT=19090
ExecStart=/usr/bin/python3 /root/wechat_egress_proxy.py
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target