Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > e90b8e3ba44e782d850e4ebf11dca802 > scriptlet

koschei-common-2.4.0-1.mga7.noarch.rpm

PREIN

/bin/sh
getent group koschei >/dev/null || groupadd -r koschei
# services and koschei-admin script is supposed to be run as this user
getent passwd koschei >/dev/null || \
    useradd -r -g koschei -d /var/cache/koschei -s /bin/sh \
    -c "Runs koschei services" koschei
exit 0