Skip to content

Instantly share code, notes, and snippets.

@omartrigui
Last active July 23, 2018 21:13
Show Gist options
  • Save omartrigui/a5518f96ef785dc08a0eb65b8ee91e6f to your computer and use it in GitHub Desktop.
Save omartrigui/a5518f96ef785dc08a0eb65b8ee91e6f to your computer and use it in GitHub Desktop.
Execute non-interpreted binaries with PM2
#!/bin/bash
pm2 start /usr/bin/binary --name instance_name --interpreter none -x -- args
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment