diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-01-20 14:04:59 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-01-20 14:04:59 +0100 |
commit | 804b768e9f94666b3d88a164231b9ba8c559451e (patch) | |
tree | 9a273138d3f4aa5288fc5d9e5451bfa7e00e59cd /php-fpm.sysconfig | |
parent | 506952068f4d79a3eb20e0f176bf34b16cafe8e1 (diff) |
php54-php: fix php-fpm.service.d location
Diffstat (limited to 'php-fpm.sysconfig')
-rw-r--r-- | php-fpm.sysconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/php-fpm.sysconfig b/php-fpm.sysconfig index 72096da..4099ed6 100644 --- a/php-fpm.sysconfig +++ b/php-fpm.sysconfig @@ -1,2 +1,14 @@ # Additional environment file for php-fpm +# This file is deprecated when systemd is used and +# will be removed in the future + +# With systemd >= 204 you can simply drop a file with the +# suffix .conf in /etc/systemd/system/php-fpm.service.d, with +# [Service] +# Environment=FOO=bar + +# See systemd documentation. +# man systemd.unit +# man systemd.exec + |