diff options
Diffstat (limited to 'files/logrotate')
-rw-r--r-- | files/logrotate | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/files/logrotate b/files/logrotate deleted file mode 100644 index 7c71488..0000000 --- a/files/logrotate +++ /dev/null @@ -1,18 +0,0 @@ -/var/log/apache2/*.log { - weekly - missingok - rotate 52 - compress - delaycompress - notifempty - create 640 root adm - sharedscripts - postrotate - /etc/init.d/apache2 reload &> /dev/null - endscript - prerotate - if [ -d /etc/logrotate.d/httpd-prerotate ]; then \ - run-parts /etc/logrotate.d/httpd-prerotate; \ - fi; \ - endscript -} |