Created
November 29, 2020 08:36
-
-
Save nutrino/714538d15c41919dad539d6c471892f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if pgrep nexusd &> /dev/null; then | |
| echo nexusd process already exists | |
| else | |
| nohup go/bin/nexusd -c go/etc/nexus.json 1>~/nexusd.log 2>&1 & | |
| fi |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
start_node_api_nohup.sh