diff logrotate.example @ 104:f24388499e66

Update documentation.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 07 Sep 2009 01:49:05 +0300
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/logrotate.example	Mon Sep 07 01:49:05 2009 +0300
@@ -0,0 +1,10 @@
+/var/log/maltfilter
+{
+	rotate 7
+	daily
+	missingok
+	notifempty
+	postrotate
+		invoke-rc.d maltfilter reload > /dev/null
+	endscript
+}