current-processes
current-processes copied to clipboard
Linux: process name gets cut off
I set the process name myself with process.title = daemonName
This title is my package name + "-daemon" so I can find out if it has started the daemon part of my script.
However the name gets cut off at the 15th character.
I've installed a process monitor to see whether or not it's a linux thing but the full name is visible there.