fix: use supervisor reload instead of restart
fix: set blockchain process autorestart to unexpected fix: use supervisor reload and update instead of restart fix: stop restarting supervisor service fix: set blockchain supervisor config autorestart
This commit is contained in:
parent
9cd512d4e6
commit
89d1d8c1a1
1 changed files with 2 additions and 1 deletions
|
|
@ -57,7 +57,8 @@ function processCryptos (codes) {
|
|||
|
||||
const selectedCryptos = _.map(code => _.find(['code', code], cryptos), codes)
|
||||
_.forEach(setupCrypto, selectedCryptos)
|
||||
common.es('sudo service supervisor restart')
|
||||
common.es('sudo supervisorctl reread')
|
||||
common.es('sudo supervisorctl update')
|
||||
|
||||
const blockchainDir = options.blockchainDir
|
||||
const backupDir = path.resolve(os.homedir(), 'backups')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue