[Unit]
Description=Fetch Coto bank/day promos via ATG API
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_promos.js
StandardOutput=append:/home/ubuntu/.openclaw/workspace/data/coto/fetch.log
StandardError=append:/home/ubuntu/.openclaw/workspace/data/coto/fetch.log
TimeoutStartSec=120
