You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
510 B
21 lines
510 B
[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
|
|
|