Update logrotate with copytruncate instead of reload
Related-Prod: PROD-36315
Change-Id: I7615249c7507c5f425089bb870fde78204174d62
diff --git a/apache/meta/logrotate.yml b/apache/meta/logrotate.yml
index 365d853..14e3613 100644
--- a/apache/meta/logrotate.yml
+++ b/apache/meta/logrotate.yml
@@ -8,7 +8,6 @@
- missingok
- rotate: {{ server.get('logrotate', {}).get('rotate', 14) }}
- compress
- - delaycompress
+ - copytruncate
- notifempty
- sharedscripts
- - postrotate: "test -f /var/run/apache2/apache2.pid && kill -USR1 $(cat /var/run/apache2/apache2.pid)"