ralyodio / node-startup

Startup script for Linux-based systems for running node app when rebooting using an /etc/init.d script.
MIT License
781 stars 169 forks source link

Update node-app #44

Closed fella1960 closed 6 years ago

fella1960 commented 6 years ago

Preview changes @@ -1,7 +1,7 @@

!/bin/sh

-APP_NAME="app" -USER="root" +APP_NAME="instagram" +USER="oh.shit.fella" GROUP="$USER" NODE_ENV="production" PORT="3000"