[Unit]
Description=Fetch Coto product offers via Constructor.io
After=network-online.target
Wants=network-online.target

[Service]
Type=oneshot
User=ubuntu
WorkingDirectory=/home/ubuntu/.openclaw/workspace/scripts
ExecStart=/usr/bin/node /home/ubuntu/.openclaw/workspace/scripts/coto_fetch_products.js
StandardOutput=append:/home/ubuntu/.openclaw/workspace/data/coto/fetch.log
StandardError=append:/home/ubuntu/.openclaw/workspace/data/coto/fetch.log
TimeoutStartSec=600
