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 | 604187e232bcc402c5c372eef6508bef761acfc4 (patch) | |
tree | 77868d57b8aca469ba9d0030b140be77174ea89d /php-fpm.service | |
parent | 2ed0159452ee5c347838cfd4b27ed32af8435730 (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 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/php-fpm.service b/php-fpm.service index 05fc52d..b4d528f 100644 --- a/php-fpm.service +++ b/php-fpm.service @@ -1,7 +1,6 @@ -# It's not recommended to modify this file in-place, because it will be -# overwritten during package upgrades. If you want to customize, the -# best way is to drop a file with the suffix .conf in -# /etc/systemd/system/php-fpm.service.d +# 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 |