diff --git a/lib/cli.js b/lib/cli.js index d5f2f7454..1c1b89a85 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -6,6 +6,8 @@ if (process.getuid && process.getuid() === 0) { global.console.error("Sinopia doesn't need superuser privileges. Don't run it under root.") } +process.title = 'sinopia' + try { // for debugging memory leaks // totally optional