Skip to content

Commit

Permalink
deploy: fix typo in cometbft default path (#4701)
Browse files Browse the repository at this point in the history
## Describe your changes
According to
[document](https://guide.penumbra.zone/node/pd/join-network.html#running-pd-and-cometbft),
cometbft path will be `~/.penumbra/network_data`, not
`~/.penumbra/network`

Signed-off-by: Nguyễn Quang Vinh <[email protected]>
  • Loading branch information
hakuno2000 authored Jul 6, 2024
1 parent 54d114c commit e13cd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/systemd/cometbft.service
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Description=CometBFT for Penumbra

[Service]
ExecStart=/usr/local/bin/cometbft start --home /home/penumbra/.penumbra/network/node0/cometbft
ExecStart=/usr/local/bin/cometbft start --home /home/penumbra/.penumbra/network_data/node0/cometbft
Restart=no
User=penumbra
# Raise filehandle limit for RPC and P2P connections.
Expand Down

0 comments on commit e13cd3b

Please sign in to comment.