[Unit] Description=Orchestra federation worker After=network-online.target Wants=network-online.target # Ordering only, deliberately not Requires. The execution runtime owns the # agent panes and must outlive a worker restart, and a worker that finds it # missing has to report that rather than be stopped by it. After=orchestra-tmux.service Wants=orchestra-tmux.service [Service] Type=simple User=kami EnvironmentFile=/etc/orchestra/worker.env ExecStart=/usr/local/bin/orchestra-worker Restart=always RestartSec=5 [Install] WantedBy=multi-user.target