[Unit]
Description=Clawdbot Builder Gateway
After=network.target
StartLimitIntervalSec=300
StartLimitBurst=10

[Service]
Type=simple
User=root
ExecStart=/usr/local/bin/clawdbot-builder-wrapper
Restart=on-failure
RestartSec=15
Environment=NODE_ENV=production
TimeoutStopSec=30
KillMode=mixed
KillSignal=SIGTERM

# Logging
StandardOutput=journal
StandardError=journal
SyslogIdentifier=clawdbot-builder

[Install]
WantedBy=multi-user.target
