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 | 19b8ca4c14270441d42b10b74ed9a5ea035d4118 (patch) | |
tree | 3f369bebc7d61936c6c7451ee388484d1dc5ac8d /php-fpm.service | |
parent | 0a1f548bcf3a7233220acc51ae9c48be2a3bed47 (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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/php-fpm.service b/php-fpm.service index 41f6bfe..b4d528f 100644 --- a/php-fpm.service +++ b/php-fpm.service @@ -1,6 +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 create a file "/etc/systemd/system/php-fpm.service". +# 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 |