diff --git a/build/gaia/etc/systemd/system/gaia.service b/build/gaia/etc/systemd/system/gaia.service index 2a8b3195e..6d7057874 100644 --- a/build/gaia/etc/systemd/system/gaia.service +++ b/build/gaia/etc/systemd/system/gaia.service @@ -17,7 +17,7 @@ Restart=on-failure User=gaia Group=gaia PermissionsStartOnly=true -ExecStart=/usr/bin/gaia start --without-tendermint --home=/etc/gaia +ExecStart=/usr/bin/gaia node start --without-tendermint --home=/etc/gaia ExecReload=/bin/kill -HUP $MAINPID KillSignal=SIGTERM