summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'openrc/conf.d/php-fpm')
-rw-r--r--openrc/conf.d/php-fpm8
1 files changed, 8 insertions, 0 deletions
diff --git a/openrc/conf.d/php-fpm b/openrc/conf.d/php-fpm
new file mode 100644
index 0000000..b3efdbf
--- /dev/null
+++ b/openrc/conf.d/php-fpm
@@ -0,0 +1,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