parent
986e7b9ea7
commit
198231fb45
3 changed files with 14 additions and 13 deletions
@ -0,0 +1,12 @@ |
|||||||
|
/var/log/php/*/*.log \{ |
||||||
|
missingok |
||||||
|
notifempty |
||||||
|
sharedscripts |
||||||
|
delaycompress |
||||||
|
postrotate |
||||||
|
/sbin/e-smith/service php-fpm reload >/dev/null 2>&1 || true |
||||||
|
/sbin/e-smith/service php56-php-fpm reload >/dev/null 2>&1 || true |
||||||
|
/sbin/e-smith/service php70-php-fpm reload >/dev/null 2>&1 || true |
||||||
|
/sbin/e-smith/service php71-php-fpm reload >/dev/null 2>&1 || true |
||||||
|
endscript |
||||||
|
\} |
@ -1,12 +0,0 @@ |
|||||||
/var/log/php/*/*.log { |
|
||||||
missingok |
|
||||||
notifempty |
|
||||||
sharedscripts |
|
||||||
delaycompress |
|
||||||
postrotate |
|
||||||
/sbin/e-smith/service php-fpm reload >/dev/null 2>&1 || true |
|
||||||
/sbin/e-smith/service php56-php-fpm reload >/dev/null 2>&1 || true |
|
||||||
/sbin/e-smith/service php70-php-fpm reload >/dev/null 2>&1 || true |
|
||||||
/sbin/e-smith/service php71-php-fpm reload >/dev/null 2>&1 || true |
|
||||||
endscript |
|
||||||
} |
|
Loading…
Reference in new issue