view umasked.sh @ 1501:40425063b413

Fixed the default "listen backlog" value on DragonFly BSD. It is the same as on FreeBSD.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 09 Jun 2015 11:29:11 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"