[Unit] Description=Clawdbot Gateway After=network.target StartLimitIntervalSec=300 StartLimitBurst=10 [Service] Type=simple User=root ExecStart=/usr/local/bin/clawdbot-gateway-wrapper Restart=on-failure RestartSec=15 Environment=NODE_ENV=production TimeoutStopSec=30 KillMode=mixed KillSignal=SIGTERM # Logging StandardOutput=journal StandardError=journal SyslogIdentifier=clawdbot [Install] WantedBy=multi-user.target