fix(systemd): remove unsupported rpc-pubsub-port flag
This commit is contained in:
@@ -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 %} \
|
||||
|
||||
Reference in New Issue
Block a user