processtitle: Set as "Bostr (keeper)" for init code.

Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
Yonle 2024-05-10 19:08:00 +07:00
parent 81fd6ebfac
commit d499135428

View File

@ -1,6 +1,6 @@
"use strict";
process.title = "Bostr (main)";
process.title = "Bostr (keeper)";
const config = require(process.env.BOSTR_CONFIG_PATH || "./config");
const cluster = require("cluster");