# Install: sudo cp ops/auto-deploy.timer /etc/systemd/system/teleo-auto-deploy.timer # Then: sudo systemctl daemon-reload && sudo systemctl enable --now teleo-auto-deploy.timer [Unit] Description=Run teleo auto-deploy every 2 minutes [Timer] OnBootSec=30 OnUnitActiveSec=2min AccuracySec=10s [Install] WantedBy=timers.target