]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/vsftpd/files/logrotate.conf
logrotate was overcomplicated
[dsa-puppet.git] / modules / vsftpd / files / logrotate.conf
diff --git a/modules/vsftpd/files/logrotate.conf b/modules/vsftpd/files/logrotate.conf
new file mode 100644 (file)
index 0000000..2aa6800
--- /dev/null
@@ -0,0 +1,10 @@
+/var/log/ftp/*log
+{
+       create 640 root adm
+
+       # ftpd doesn't handle SIGHUP properly
+       missingok
+       notifempty
+       rotate 4
+       weekly
+}