diff options
Diffstat (limited to 'skip/apache2/apache2.logrotate')
-rw-r--r-- | skip/apache2/apache2.logrotate | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/skip/apache2/apache2.logrotate b/skip/apache2/apache2.logrotate new file mode 100644 index 0000000..b50fb71 --- /dev/null +++ b/skip/apache2/apache2.logrotate @@ -0,0 +1,10 @@ +/var/log/apache2/*log { + missingok + notifempty + sharedscripts + delaycompress + postrotate + /etc/init.d/apache2 --quiet --ifstarted reload > /dev/null 2>/dev/null || true + endscript +} + |