[Unit]
Description=Clawdbot Cog Operations Support Agent
After=network.target

[Service]
Type=simple
User=root
WorkingDirectory=/home/ccuser/cog
Environment=NODE_ENV=production
Environment=CLAWDBOT_PORT=18812
Environment=CLAWDBOT_WORKSPACE=/home/ccuser/cog
ExecStart=/usr/local/bin/clawdbot-cog-wrapper
Restart=always
RestartSec=10
StandardOutput=journal
StandardError=journal
SyslogIdentifier=clawdbot-cog

[Install]
WantedBy=multi-user.target
