lkb-pipeline/deploy/lkb-auto-deploy.service
allaun e5bfdc0492 feat: LKB compute pipeline + eigensolid receipts
Containerized LKB worker (Dockerfile.lkb), Postgres-backed queue,
auto-deploy timer, and eigensolid convergence check module.

Build: 0 jobs (no Lean build needed)
2026-07-08 20:01:29 -05:00

11 lines
No EOL
268 B
Desktop File

[Unit]
Description=LKB worker auto-deploy poller
After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
ExecStart=/home/allaun/MathPunch-pure/auto_deploy.sh
Environment=HOME=/home/allaun
User=allaun
WorkingDirectory=/home/allaun/MathPunch-pure