diff options
-rw-r--r-- | php-fpm.service | 4 | ||||
-rw-r--r-- | php.spec | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/php-fpm.service b/php-fpm.service index ea09910..41f6bfe 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 package upgrades. If you want to customize, the +# best way is to create a file "/etc/systemd/system/php-fpm.service". + [Unit] Description=The PHP FastCGI Process Manager After=syslog.target network.target @@ -62,11 +62,7 @@ %global with_mcrypt 1 %global with_mssql 1 %global with_tidy 1 -%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6 %global with_sqlite3 1 -%else -%global with_sqlite3 0 -%endif %global with_enchant 1 %global with_recode 1 %global with_t1lib 1 |