add another missing source
Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>master
parent
32bd9c1050
commit
c9073e5539
|
@ -0,0 +1,9 @@
|
|||
/var/log/php-fpm/*log {
|
||||
missingok
|
||||
notifempty
|
||||
sharedscripts
|
||||
delaycompress
|
||||
postrotate
|
||||
/bin/kill -SIGUSR1 `cat /run/php-fpm/php-fpm.pid 2>/dev/null` 2>/dev/null || true
|
||||
endscript
|
||||
}
|
Loading…
Reference in New Issue