common: Ignore setpgrp() failures
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)