view umasked.sh @ 2528:cb25aefb6b8b

Added info about the Unit 1.17.0 release.
author Artem Konev <artem.konev@nginx.com>
date Thu, 16 Apr 2020 21:27:39 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"