Added option to tendermint service to not create empty blocks

This commit is contained in:
Greg Szabo 2017-08-22 13:49:45 -04:00
parent f87edb756f
commit 76fbcadf2b

View File

@ -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