PBIs are crashing without LOGNAME being defined in the environment, define it here until PBI is fixed

This commit is contained in:
Renato Botelho 2014-05-09 17:04:01 -03:00
parent 9879f03adf
commit 75b8eb8344

View File

@ -333,6 +333,7 @@ security.limit_extensions =
; Pass environment variables
env[PATH] = /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
env[LOGNAME] = root
EOF