aboutsummaryrefslogtreecommitdiffstats
path: root/testing/proftpd/proftpd.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'testing/proftpd/proftpd.logrotate')
-rw-r--r--testing/proftpd/proftpd.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/proftpd/proftpd.logrotate b/testing/proftpd/proftpd.logrotate
new file mode 100644
index 0000000000..6bc5056009
--- /dev/null
+++ b/testing/proftpd/proftpd.logrotate
@@ -0,0 +1,9 @@
+/var/log/proftpd/*.log /var/log/xferlog {
+ compress
+ missingok
+ notifempty
+ sharedscripts
+ postrotate
+ /etc/init.d/proftpd --ifstarted --quiet reload
+ endscript
+}