Skip to content

Instantly share code, notes, and snippets.

@densmirnov
Created January 6, 2017 10:48
Show Gist options
  • Save densmirnov/c5aa1c4b58a2e7e0703355022861f32d to your computer and use it in GitHub Desktop.
Save densmirnov/c5aa1c4b58a2e7e0703355022861f32d to your computer and use it in GitHub Desktop.
gunbot.yaml command file for pm2 process manager
apps:
- script : ./gunbot.js
name : 'BTC_ETH'
args : 'BTC_ETH'
out_file : 'logs/ETH.log'
- script : ./gunbot.js
name : 'BTC_XMR'
args : 'BTC_XMR'
out_file : 'logs/XMR.log'
- script : ./gunbot.js
name : 'BTC_ETC'
args : 'BTC_ETC'
out_file : 'logs/ETC.log'
- script : ./gunbot.js
name : 'BTC_LTC'
args : 'BTC_LTC'
out_file : 'logs/LTC.log'
- script : ./gunbot.js
name : 'BTC_XRP'
args : 'BTC_XRP'
out_file : 'logs/XRP.log'
- script : ./gunbot.js
name : 'BTC_MAID'
args : 'BTC_MAID'
out_file : 'logs/MAID.log'
- script : ./gunbot.js
name : 'BTC_ZEC'
args : 'BTC_ZEC'
out_file : 'logs/ZEC.log'
- script : ./gunbot.js
name : 'BTC_FCT'
args : 'BTC_FCT'
out_file : 'logs/FCT.log'
- script : ./gunbot.js
name : 'BTC_DASH'
args : 'BTC_DASH'
out_file : 'logs/DASH.log'
- script : ./gunbot.js
name : 'BTC_REP'
args : 'BTC_REP'
out_file : 'logs/REP.log'
- script : ./gunbot.js
name : 'BTC_XEM'
args : 'BTC_XEM'
out_file : 'logs/XEM.log'
- script : ./gunbot.js
name : 'BTC_BTS'
args : 'BTC_BTS'
out_file : 'logs/BTS.log'
- script : ./gunbot.js
name : 'BTC_LSK'
args : 'BTC_LSK'
out_file : 'logs/LSK.log'
- script : ./gunbot.js
name : 'BTC_STEEM'
args : 'BTC_STEEM'
out_file : 'logs/STEEM.log'
- script : ./gunbot.js
name : 'BTC_NAV'
args : 'BTC_NAV'
out_file : 'logs/NAV.log'
- script : ./gunbot.js
name : 'BTC_SYS'
args : 'BTC_SYS'
out_file : 'logs/SYS.log'
- script : ./gunbot.js
name : 'BTC_SDC'
args : 'BTC_SDC'
out_file : 'logs/SDC.log'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment