diff options
Diffstat (limited to '2.4/scripts/apache2-logrotate')
-rw-r--r-- | 2.4/scripts/apache2-logrotate | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2.4/scripts/apache2-logrotate b/2.4/scripts/apache2-logrotate new file mode 100644 index 0000000..9dd431c --- /dev/null +++ b/2.4/scripts/apache2-logrotate @@ -0,0 +1,11 @@ +# Apache2 logrotate snipet for Gentoo Linux +# Contributes by Chuck Short +# +/var/log/apache2/*log { + missingok + notifempty + sharedscripts + postrotate + /etc/init.d/apache2 reload > /dev/null 2>&1 || true + endscript +} |