diff --git a/index.js b/index.js index b2ad52a..16dd229 100644 --- a/index.js +++ b/index.js @@ -6,7 +6,7 @@ const fs = require('fs'); fs.writeFileSync('pid.txt', process.pid); const config = require('komodo-sdk/config'); -process.title = `KOMODO-${(config && typeof config.name === 'string') ? config.name.toUpperCase() : 'SMS'}`; +process.title = `KOMODO-CENTER@${(config && typeof config.name === 'string') ? config.name.toUpperCase() : 'SMS'}`; require('./lib/transport');