Skip to content

Commit

Permalink
Update and rename genesis.service to genesisd.service
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha-omega-labs authored Apr 13, 2022
1 parent 7e008d7 commit 88ee045
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions genesis.service → genesisd.service
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[Unit]
Description=genesisL1 node
Description=genesisd daemon
After=network.target

[Service]
Type=simple
User=root
WorkingDirectory=/root
ExecStart=/root/go/bin/evmosd start --log_level info
ExecStart=/root/go/bin/genesisd start --log_level info
Restart=on-failure
RestartSec=30
RestartSec=60
LimitNOFILE=50000

[Install]
Expand Down

0 comments on commit 88ee045

Please sign in to comment.