Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-release > by-pkgid > 35c813aee7a39256da480f77ea952d74 > scriptlet

koschei-common-2.4.0-3.mga8.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