diff --git a/warden3/contrib/warden_filer/warden_filer_logrotate.dist b/warden3/contrib/warden_filer/warden_filer_logrotate.dist
new file mode 100644
index 0000000000000000000000000000000000000000..52baa3b73e3db4495645a7f31286105cd4b56f03
--- /dev/null
+++ b/warden3/contrib/warden_filer/warden_filer_logrotate.dist
@@ -0,0 +1,18 @@
+# You may want to review and/or change the logfile path, user/group in
+# 'create' and daemon to restart in 'postrotate'
+
+/var/log/warden_filer.log
+{
+	rotate 52
+	weekly
+	missingok
+	notifempty
+	compress
+	delaycompress
+	dateext
+	create 640 mentat mentat
+	postrotate
+		/etc/init.d/warden_filer_sender restart
+		/etc/init.d/warden_filer_receiver restart
+	endscript
+}