mirror of
https://github.com/DeBrosOfficial/network.git
synced 2025-10-06 15:49:07 +00:00
- Remove invalid -port flag from systemd service ExecStart command - The node binary doesn't support -port flag, it uses hardcoded port 4001 - Fix variable name RAFT_NODE_PORT to RAFT_PORT in two places - Update check_existing_installation to only check for node binary since bootstrap binary was removed This resolves the service startup failure where the service was exiting with: 'flag provided but not defined: -port'