summaryrefslogtreecommitdiffstats
path: root/php-fpm.sysconfig
blob: adc3d620e451412ecaa84d45d715c5446ef8c0e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Additional environment file for php-fpm

# This file is deprecated when systemd is used and
# will be removed in the future

# To alter FPM environment, copy the unit file
# from /usr/lib/systemd/system/php-fpm.service
# to   /etc/systemd/system/php-fpm.service
# and add an Environment line

# With systemd >= 204 you can simply drop a file
# in /etc/systemd/system/php-fpm.service.d, with
#     [Service]
#     Environment=FOO=bar

# See systemd documentation.