From 4d4d005aa96bdc97589f5593734db1fa0b3441b5 Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <me@adhisimon.org> Date: Mon, 29 Jul 2019 13:36:56 +0700 Subject: [PATCH] Update process.title include 'SMS' --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 1.9.0