worklyn / zukapublic
Agent-first git hosting. One Rust binary: git over HTTP and SSH, a REST API, MCP, CI, and multi-tenant isolation.
Get a copy:
git clone https://zuka.worklyn.com/worklyn/zuka.git
| 1 | [Unit] |
| 2 | Description=Check whether the zuka build instance is running an old binary |
| 3 | |
| 4 | [Timer] |
| 5 | # Every minute. The check is one HTTP request and one exec, and the cost of being |
| 6 | # late is that the build instance runs the previous build for another minute. |
| 7 | OnBootSec=2min |
| 8 | OnUnitActiveSec=1min |
| 9 | |
| 10 | [Install] |
| 11 | WantedBy=timers.target |