diff options
author | Jakub Zelenka <bukka@php.net> | 2020-02-23 19:15:05 +0000 |
---|---|---|
committer | Jakub Zelenka <bukka@php.net> | 2020-02-23 19:15:05 +0000 |
commit | 736b1ab200d695bf1988bc7690e3e86879db4463 (patch) | |
tree | 8347f5987e9ac7287f993febd8ab6196de62b42b | |
parent | ee0579350feb211f9715057cca0095d83b187408 (diff) | |
parent | 578a8113ebade39e68489c974cd6c16b2aecbf2e (diff) | |
download | php-git-736b1ab200d695bf1988bc7690e3e86879db4463.tar.gz |
Merge branch 'PHP-7.4'
-rw-r--r-- | sapi/fpm/php-fpm.service.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sapi/fpm/php-fpm.service.in b/sapi/fpm/php-fpm.service.in index eab81300b7..50a87dc555 100644 --- a/sapi/fpm/php-fpm.service.in +++ b/sapi/fpm/php-fpm.service.in @@ -17,10 +17,6 @@ ExecReload=/bin/kill -USR2 $MAINPID # access this service's directories. PrivateTmp=true -# The directories /home, /root and /run/user are made inaccessible and empty for processes -# invoked by this unit. -ProtectHome=true - # Mounts the /usr, /boot, and /etc directories read-only for processes invoked by this unit. ProtectSystem=full |