Open ctriv opened 9 years ago
I forgot to mention, this is Starman 0.4014 running on perl 5.20.3.
It is expected: the proctitle doesn't really mean to represent the actual command. "starman worker ..." isn't even a command :)
But other command line options are in the proctitle (--listen or the --net_server passthrus). It seems arbitrary that some are and some aren't. This caused a fair amount of confusion where we were looking for a bug in our deployment system because we were expecting --preload-app to be present in the proctitle.
OK, i'm open to a PR that adds that.
If you startup starman with the
--preload-app
option, it won't appear in the proc title for starman: