use supervisor instead of pm2 for stability
This commit is contained in:
parent
5ab77c560f
commit
2f94e07788
10 changed files with 46 additions and 35 deletions
|
|
@ -51,7 +51,7 @@ function processCryptos (codes) {
|
|||
|
||||
const selectedCryptos = _.map(code => _.find(['code', code], cryptos), codes)
|
||||
_.forEach(setupCrypto, selectedCryptos)
|
||||
common.es('pm2 save')
|
||||
common.es('sudo service supervisor restart')
|
||||
logger.info('Installation complete.')
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue