From 909cfe1834c4f5324567bfa646c23f87229307ff Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Jun 2016 06:57:47 +0200 Subject: [PATCH] better comment in the unit file (use systemctl edit command) --- php-fpm.service | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/php-fpm.service b/php-fpm.service index a5969ea..3cb71df 100644 --- a/php-fpm.service +++ b/php-fpm.service @@ -1,10 +1,6 @@ -# It's not recommended to modify this file in-place, because it will be -# overwritten during package upgrades. - -# To alter the FPM environment, drop a file with the suffix -# .conf in /etc/systemd/system/php-fpm.service.d, with -# [Service] -# Environment=FOO=bar +# 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