commit 9ebb8b991cd392eaebc938fb6fe761b964b199de from: the xhr date: Thu Aug 26 08:54:46 2021 UTC Set title for main process commit - ee3ef24fe50c748431c0b5c02e3bc60c0f30add4 commit + 9ebb8b991cd392eaebc938fb6fe761b964b199de blob - 626afb600641064720f9d81f4ed8d5a67d1d5d1e blob + 479fdf2c6ef04151cf4ff672f635e75149e0124d --- twind.c +++ twind.c @@ -343,6 +343,8 @@ fork_main_process(int tcpsock[2], SSL_CTX *sslctx) { pid_t pid; int i; + + setproctitle("main"); /* Fork two main handler processes, one for IPv4, one for IPv6 */ for (i=0; i < 2; i++) {