From d3a4c0e1202c51c100fe28a60ed9beab1918de91 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Jun 2016 07:08:40 +0200 Subject: use same upstream comment in all php-fpm unit files, about systemctl edit command --- php-fpm.service | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit