Skip to content

Commit

Permalink
fix(node): provide the --first arg for genesis node
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin committed Jan 10, 2024
1 parent c46145d commit 204edfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/ansible/roles/node/templates/sn_node.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Description=Safe Node %I
WorkingDirectory=/home/safe
{% if is_genesis %}
ExecStart={{ node_archive_dest_path }}/safenode \
--first \
--port {{ node_port }} \
--rpc {{ node_rpc_ip }}:{{ node_rpc_port }}
{% else %}
Expand Down

0 comments on commit 204edfa

Please sign in to comment.