path: ngircd_27-2/doc/Container.md ```bash podman exec -it ngircd /bin/bash -c 'kill -HUP $(/usr/bin/pidof -s ngircd)' ``` path: ngircd_27-2/src/testsuite/getpid.sh # pidof(1) could be a good alternative on elder Linux systems if [ -x /bin/pidof ]; then exec /bin/pidof -s "$1" fi path: ngircd_27-2/src/testsuite/getpid.sh # pidof(1) could be a good alternative on elder Linux systems if [ -x /bin/pidof ]; then exec /bin/pidof -s "$1" fi path: ngircd_27-2/src/testsuite/getpid.sh fi # pidof(1) could be a good alternative on elder Linux systems if [ -x /bin/pidof ]; then exec /bin/pidof -s "$1"