From 82cd1263a39ff83b95e0f3d899ddf2e1a72181da Mon Sep 17 00:00:00 2001 From: Valery Kartel Date: Fri, 24 Feb 2017 11:25:06 +0200 Subject: testing/php7.1: fixes in extension depends tracking -- - rename submodule phar-phar -> phar-utils - remade APKBUILD and sources from template-based to 7.1 --- testing/php7.1/php7.1-fpm.logrotate | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/php7.1/php7.1-fpm.logrotate (limited to 'testing/php7.1/php7.1-fpm.logrotate') diff --git a/testing/php7.1/php7.1-fpm.logrotate b/testing/php7.1/php7.1-fpm.logrotate new file mode 100644 index 0000000000..aafe126a62 --- /dev/null +++ b/testing/php7.1/php7.1-fpm.logrotate @@ -0,0 +1,13 @@ +/var/log/php7.1/*.log { + rotate 7 + daily + missingok + notifempty + delaycompress + compress + dateext + sharedscripts + postrotate + /etc/init.d/php-fpm7.1 --ifstarted --quiet reopen + endscript +} -- cgit v1.2.3