view umasked.sh @ 740:46d70031bea9

Documented the recently added "auto" parameter of the "worker_processes" directive.
author Andrey Belov <defan@nginx.com>
date Tue, 23 Oct 2012 09:11:30 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"