Created
October 6, 2018 03:25
-
-
Save CreatiCoding/e5b0def3ba865adf035a95ea93f13ac2 to your computer and use it in GitHub Desktop.
start nodemon with nohup without output file
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
| # in service.sh | |
| nohup ./start.sh </dev/null >/dev/null 2>&1 & |
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
| # in start.sh | |
| PORT=8080 nodemon ./bin/www |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment