# Install: sudo cp ops/auto-deploy.service /etc/systemd/system/teleo-auto-deploy.service # Then: sudo systemctl daemon-reload && sudo systemctl enable --now teleo-auto-deploy.timer [Unit] Description=Auto-deploy teleo-codex from Forgejo to working directories After=network.target [Service] Type=oneshot User=teleo ExecStart=/opt/teleo-eval/workspaces/deploy/ops/auto-deploy.sh StandardOutput=journal StandardError=journal