Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 792afae56a5e3f2c7f108b4f09c8dcc6 > scriptlet

nginx-filesystem-1.4.7-5.fc20.noarch.rpm

PREIN

/bin/sh
getent group nginx > /dev/null || groupadd -r nginx
getent passwd nginx > /dev/null || \
    useradd -r -d /var/lib/nginx -g nginx \
    -s /sbin/nologin -c "Nginx web server" nginx
exit 0