summaryrefslogtreecommitdiff
path: root/community/vsftpd/vsftpd.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'community/vsftpd/vsftpd.logrotate')
-rw-r--r--community/vsftpd/vsftpd.logrotate7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/vsftpd/vsftpd.logrotate b/community/vsftpd/vsftpd.logrotate
new file mode 100644
index 000000000..1e1202071
--- /dev/null
+++ b/community/vsftpd/vsftpd.logrotate
@@ -0,0 +1,7 @@
+/var/log/vsftpd.log {
+ missingok
+ notifempty
+ postrotate
+ /usr/bin/killall -HUP vsftpd
+ endscript
+}