path: incus_6.0.5-8/test/extras/stresstest.sh # kill the daemons which share our pgrp as parent mygrp="$(awk '{ print $5 }' /proc/self/stat)" for p in $(pidof incus); do pgrp="$(awk '{ print $5 }' "/proc/$p/stat")" if [ "$pgrp" = "$mygrp" ]; then