From c82268523e28a998de4dce38b842b25c4ba4ffd2 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 10 Aug 2010 12:19:19 +0000 Subject: main/apache2: moved from testing fixes #392 --- main/apache2/apache2.logrotate | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 main/apache2/apache2.logrotate (limited to 'main/apache2/apache2.logrotate') diff --git a/main/apache2/apache2.logrotate b/main/apache2/apache2.logrotate new file mode 100644 index 0000000000..fe19a4381f --- /dev/null +++ b/main/apache2/apache2.logrotate @@ -0,0 +1,10 @@ +/var/log/apache2/*log { + missingok + notifempty + sharedscripts + delaycompress + postrotate + /sbin/rc-service --quiet apache2 reload > /dev/null 2>/dev/null || true + endscript +} + -- cgit v1.2.3