Skip to content

Commit

Permalink
fix(node): correct cosmovisor content (#451)
Browse files Browse the repository at this point in the history
- Fix cosmovisor command misusage
- Fix typo Environment key name
  • Loading branch information
OsamaMomani authored Mar 11, 2024
1 parent df854c9 commit 5719fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/nodes/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ After=network-online.target
[Service]
User=$USER
ExecStart=$(which cosmovisor) start
ExecStart=$(which cosmovisor) run start
Restart=always
RestartSec=3
LimitNOFILE=4096
Environment="DAEMON_NAME=okp4d"
Environment="$HOME/.okp4d"
Environment="DAEMON_HOME=$HOME/.okp4d"
Environment="DAEMON_ALLOW_DOWNLOAD_BINARIES=false"
Environment="DAEMON_RESTART_AFTER_UPGRADE=true"
Expand Down

0 comments on commit 5719fc8

Please sign in to comment.