view umasked.sh @ 1784:68928f8d31d9

Updated accept_mutex with info about reuseport and epollexclusive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 15 Aug 2016 22:06:27 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"