mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 02:33:32 +00:00
4bd9c3cf69
Fixes #819 The installer was hanging at 'Pending control-plane sync detected' because systemctl start ran synchronously, waiting for the selfheal service to complete. If the control-plane sync failed or took a long time (e.g., Proxmox node not configured in Pulse yet), the installer would hang indefinitely. Changed to use 'systemctl start --no-block' to run the selfheal service asynchronously in the background. The sync will still be attempted, but the installer will complete immediately and show the success message.