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