mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-30 17:22:13 +00:00
Added option to tendermint service to not create empty blocks
This commit is contained in:
parent
f87edb756f
commit
76fbcadf2b
@ -9,7 +9,7 @@ Restart=on-failure
|
|||||||
User={{service}}
|
User={{service}}
|
||||||
Group={{service}}
|
Group={{service}}
|
||||||
PermissionsStartOnly=true
|
PermissionsStartOnly=true
|
||||||
ExecStart=/usr/bin/tendermint node{{(service=='tendermint')|ternary(' --proxy_app=dummy','')}}
|
ExecStart=/usr/bin/tendermint node{{(service=='tendermint')|ternary(' --proxy_app=dummy','')}} --consensus.create_empty_blocks=false
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
KillSignal=SIGTERM
|
KillSignal=SIGTERM
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user