Skip to content

Commit

Permalink
Merge pull request #69 from dantastisk/patch-1
Browse files Browse the repository at this point in the history
Cosmovisor service fix
  • Loading branch information
niccoloraspa authored Apr 18, 2024
2 parents 412b053 + fb252b1 commit e7c3e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i.py
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ def setup_cosmovisor_service(osmosis_home):
Environment="DAEMON_LOG_BUFFER_SIZE=512"
Environment="UNSAFE_SKIP_BACKUP=true"
User={user}
ExecStart=/usr/local/bin/cosmovisor start --home {osmosis_home}
ExecStart=/usr/local/bin/cosmovisor run start --home {osmosis_home}
Restart=always
RestartSec=3
LimitNOFILE=infinity
Expand Down

0 comments on commit e7c3e7f

Please sign in to comment.