[Unit] Description=OpenClaw Gateway - 桐哥 Documentation=https://docs.openclaw.ai After=network.target [Service] Type=simple EnvironmentFile=-/root/.openclaw/workspace/systemd/tongge-gateway.env WorkingDirectory=/root/.openclaw-tongge ExecStart=/www/server/nodejs/v24.13.1/bin/openclaw --profile tongge gateway Restart=always RestartSec=10s MemoryMax=1G CPUQuota=50% TimeoutStopSec=30s StandardOutput=journal StandardError=journal SyslogIdentifier=openclaw-gateway-tongge [Install] WantedBy=default.target