[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