view umasked.sh @ 1466:564bfa1ef994

Clarify that our syslog logging talks over UDP.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 24 Apr 2015 10:29:58 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"