summaryrefslogtreecommitdiff
path: root/testing/proftpd/proftpd.logrotate
blob: 7b6d7a87b376f8cb46503eeb1142b89ff2cbf4b6 (plain)
1
2
3
4
5
/var/log/xferlog {
   postrotate
      /bin/kill -HUP `cat /var/run/proftpd.pid 2>/dev/null` 2>/dev/null || true
   endscript
}