Last active
July 23, 2018 21:13
-
-
Save omartrigui/a5518f96ef785dc08a0eb65b8ee91e6f to your computer and use it in GitHub Desktop.
Execute non-interpreted binaries with PM2
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
#!/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