Hi,

FWIW, I use the following workaround to this problem:

#!/bin/sh
[...]
RUNASUID=$(getent passwd $RUNASUSER | cut -d: -f3)
RUNASGROUPS=$(id -G $RUNASUSER | tr ' ' ':')
[...]
exec chpst -u :$RUNASUID:$RUNASGROUPS [...]

HTH.

Andras

-- 
                     Andras Korn <korn at elan.rulez.org>
                       Constant change is here to stay.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to