view umasked.sh @ 2133:bb3d2ce5192e

Changed type of fail_timeout and slow_start in API.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 05 Apr 2018 15:49:33 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"