diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-06-29 07:08:40 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-06-29 07:08:40 +0200 |
commit | d3a4c0e1202c51c100fe28a60ed9beab1918de91 (patch) | |
tree | 73114def14b1e508035af09943a9ebf4a7c48f09 /php-fpm.service | |
parent | e2958a432947f16a89f196171a572abc1c506154 (diff) |
use same upstream comment in all php-fpm unit files, about systemctl edit command
Diffstat (limited to 'php-fpm.service')
-rw-r--r-- | php-fpm.service | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php-fpm.service b/php-fpm.service index ea09910..b4d528f 100644 --- a/php-fpm.service +++ b/php-fpm.service @@ -1,3 +1,7 @@ +# It's not recommended to modify this file in-place, because it +# will be overwritten during upgrades. If you want to customize, +# the best way is to use the "systemctl edit" command. + [Unit] Description=The PHP FastCGI Process Manager After=syslog.target network.target |