view umasked.sh @ 1496:99ce48c8cce3

Corrected the "reuseport" description of the "listen" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 27 May 2015 18:30:48 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"