view umasked.sh @ 1686:93063516f6ff

Provided the anchor link for the "listen udp" parameter.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 13 Apr 2016 09:10:21 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"