229805a070
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>
16 lines
328 B
Desktop File
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
|