zuka
zuka/deploy/zuka-deploy.service

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
zuka/deploy/zuka-deploy.service
SERVzuka-deploy.service269 BDownload
1[Unit]
2Description=Deploy the staged zuka binary
3
4[Service]
5Type=oneshot
6ExecStart=/usr/local/bin/zuka-deploy
7# No concurrency guard is needed: systemd will not run a second instance of a unit
8# that is already active, so overlapping requests collapse into one deploy.