Subject: | Is it possible add parameter for skip calling "command ps"? |
This module is not working in my chroot without "ps" command and mounted
"/proc".
Is it possible add parameter for optinal skip filtering workers with
command: my $ps = `LC_ALL=C command ps -e -o ppid,pid`;?
I do not need this filtering, because I periodically delete status-files
of dead processes from scoreboard-directory by their PID (using cron).