fix(systemd): remove unsupported rpc-pubsub-port flag

This commit is contained in:
u1
2026-02-07 00:29:16 +01:00
parent cf496cf340
commit 7f1d1022aa
2 changed files with 1 additions and 1 deletions

View File

@@ -19,7 +19,6 @@ ExecStart={{ solana_validator_bin }} \
--accounts {{ solana_accounts_dir }} \
--rpc-bind-address {{ solana_rpc_bind_address }} \
--rpc-port {{ solana_rpc_port }} \
--rpc-pubsub-port {{ solana_rpc_pubsub_port }} \
--dynamic-port-range {{ solana_dynamic_port_range }}{% for ep in solana_entrypoints %} \
--entrypoint {{ ep }}{% endfor %}{% for kv in solana_known_validators %} \
--known-validator {{ kv }}{% endfor %}{% if solana_geyser_enabled | bool %} \