  [Unit]
  Description=Claude Code Polling Daemon
  After=network.target

  [Service]
  Type=simple
  User=ccuser
  WorkingDirectory=/home/ccuser/rateright-growth
  ExecStart=/usr/local/bin/cc-poll
  Restart=always
  RestartSec=10

  [Install]
  WantedBy=multi-user.target
  EOF
