view umasked.sh @ 2692:3fe54f96476a

Added info about the Unit 1.23.0 release.
author Artem Konev <artem.konev@nginx.com>
date Thu, 25 Mar 2021 19:24:37 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"