Add federation worker and canonical handoffs

This commit is contained in:
kami
2026-07-28 16:17:18 +04:00
parent 58793a5aa3
commit 2cecbc4015
22 changed files with 1429 additions and 108 deletions
+15
View File
@@ -0,0 +1,15 @@
[Unit]
Description=Orchestra federation worker
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=orchestra
EnvironmentFile=/etc/orchestra/worker.env
ExecStart=/usr/local/bin/orchestra-worker
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target