summaryrefslogtreecommitdiff
path: root/community/vsftpd/vsftpd.logrotate
blob: 1e120207166956ce859bf69c86dbb09579b6fdf2 (plain)
1
2
3
4
5
6
7
/var/log/vsftpd.log {
  missingok
  notifempty
  postrotate
    /usr/bin/killall -HUP vsftpd
  endscript
}