From ed55776d2d1832d3462f4d7a183944c7ccd472de Mon Sep 17 00:00:00 2001 From: thr2240 Date: Wed, 11 Oct 2023 11:53:53 -0600 Subject: [PATCH] update the script --- running_script.sh | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/running_script.sh b/running_script.sh index ed2c212..091d103 100755 --- a/running_script.sh +++ b/running_script.sh @@ -146,5 +146,26 @@ if [[ $overwrite == "y" || $overwrite == "Y" ]]; then fi fi +sudo tee /etc/systemd/system/ollo.service > /dev/null < /var/log/ollo-log.log 2>&1 + +sudo systemctl start ollo # Start the node (remove the --pruning=nothing flag if historical queries are not needed) -ollod start --pruning=nothing "$TRACE" --rpc.laddr tcp://0.0.0.0:26657 --log_level $LOGLEVEL --home "$HOMEDIR" \ No newline at end of file +# ollod start --pruning=nothing "$TRACE" --rpc.laddr tcp://0.0.0.0:26657 --log_level $LOGLEVEL --home "$HOMEDIR" \ No newline at end of file