johnysigma 3975b5a59d Fix debros-node service failing due to invalid -port flag
- 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'
2025-08-06 07:51:23 +03:00
..
2025-08-03 16:24:04 +03:00