ce6f02f9e6
Pre-existing uncommitted work found at session start: rotation now emits anchor_sha on TaskReleased (previously silently dropped by store.Append validation), multi-repo Gitea provider support, per-project git worktree roots, and associated test coverage. Committing as a checkpoint before starting remediation work tracked in AUDIT.md.
26 lines
666 B
Desktop File
26 lines
666 B
Desktop File
[Unit]
|
|
Description=Orchestra task orchestrator
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=orchestra
|
|
Group=orchestra
|
|
WorkingDirectory=/var/lib/orchestra
|
|
EnvironmentFile=/etc/orchestra/orchestra.env
|
|
ExecStart=/usr/local/bin/orchestra
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
NoNewPrivileges=true
|
|
ProtectSystem=strict
|
|
ProtectHome=true
|
|
PrivateTmp=true
|
|
ReadWritePaths=/var/lib/orchestra
|
|
# ORCHESTRA_WORKTREE_ROOT / per-project worktree_root paths and
|
|
# ORCHESTRA_REPO must live under one of these, or under /var/lib/orchestra —
|
|
# add further ReadWritePaths= lines here if you keep repos elsewhere.
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|