Make first-run wait for daemon D-Bus
Rolling release / release (push) Successful in 6m34s

This commit is contained in:
2026-09-11 16:45:36 -04:00
parent 049ed48787
commit 6c9a69af9e
3 changed files with 41 additions and 12 deletions
+2 -1
View File
@@ -44,7 +44,8 @@ if [[ ! -f "${CONFIG_DIR}/qvac.config.json" ]]; then
fi
if [[ "${1:-}" == "--enable" ]]; then
systemctl --user daemon-reload
systemctl --user enable --now jarvisd.service
systemctl --user enable jarvisd.service
systemctl --user restart jarvisd.service
fi
echo "Installed JARVIS-QVAC to ${APP_DIR}"
echo "Run: ${APP_DIR}/packaging/first-run.sh"