summaryrefslogtreecommitdiff
blob: b3efdbf0848c923d098f5d6723fa573be22b251f (plain)
1
2
3
4
5
6
7
8
# The OpenRC conf.d file that accompanies the php-fpm init script.
# Not to be confused with the php-fpm.conf file that ships with
# PHP itself.

# Set the umask of the FPM process to the given (octal) value. This is
# passed directly to start-stop-daemon. If not specified, the system
# default will be used.
#PHP_FPM_UMASK=0002