view umasked.sh @ 1119:15f48e365f43

Documented the "max_conns" parameter of the "server" directive.
author Vladimir Homutov <vl@nginx.com>
date Mon, 11 Nov 2013 13:37:40 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"