Skip to content

Instantly share code, notes, and snippets.

@phyesix
Created August 15, 2021 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phyesix/637321937ecd26efbe167503fbca63de to your computer and use it in GitHub Desktop.
Save phyesix/637321937ecd26efbe167503fbca63de to your computer and use it in GitHub Desktop.
Server Nodeapp Starter
find /home/nodeapps/web/ -name "app.sock" -exec rm -r "{}" \;
sleep 2
pm2 restart all
sleep 30
find /home/nodeapps/web/ -name "app.sock" -exec chmod -R 777 "{}" \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment