diff options
author | the xhr <xhr@giessen.ccc.de> | 2021-08-26 10:54:46 +0200 |
---|---|---|
committer | the xhr <xhr@giessen.ccc.de> | 2021-08-26 10:54:46 +0200 |
commit | 9ebb8b991cd392eaebc938fb6fe761b964b199de (patch) | |
tree | 5f58dd8357c5d5aab821c364e98b0a640ae20822 /twind.c | |
parent | ee3ef24fe50c748431c0b5c02e3bc60c0f30add4 (diff) |
Set title for main process
Diffstat (limited to 'twind.c')
-rw-r--r-- | twind.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -344,6 +344,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++) { if (tcpsock[i] == -1) |