Drop the setproctitle dependency. Use prctl(PR_SET_NAME) to change /proc/self/comm and directly overwrite argv memory via Py_GetArgcArgv to clear /proc/self/cmdline, so ps aux shows no arguments. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>