Skip to content

common: Ignore setpgrp() failures

Olivier Fourdan requested to merge ignore-setpgrp-failure into main

Setting the process group may fail if the process is already part of process group in a different session.

That can happen for example if the utility is called from another utility such as tmux.

That however should not be a fatal error.

Signed-off-by: Olivier Fourdan ofourdan@redhat.com
Closes: #7 (closed)

Merge request reports