summaryrefslogtreecommitdiff
path: root/community/vsftpd/vsftpd.logrotate
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-12 04:09:22 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-12 04:09:22 +0000
commit00b75e94fdb3eedea225ff1192972db1a46c09bd (patch)
tree2409ea89ac3c8422c7189bbce9942fe78ef4f2bd /community/vsftpd/vsftpd.logrotate
parent96ba30fd7b52ef7318f2499e75970e3e186f84eb (diff)
Mon May 12 04:02:50 UTC 2014
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
+}