From: Marcin Krol Date: Thu, 10 Jan 2019 10:31:50 +0000 (+0000) Subject: - logrotate config X-Git-Url: https://git.tld-linux.org/?p=packages%2Fproftpd.git;a=commitdiff_plain;h=bbdf9cc02371fcf59f6316b4061be6a84a987b2c - logrotate config --- diff --git a/proftpd.logrotate b/proftpd.logrotate new file mode 100644 index 0000000..31355d8 --- /dev/null +++ b/proftpd.logrotate @@ -0,0 +1,7 @@ +/var/log/proftpd/*.log +{ + olddir /var/log/archive/proftpd + notifempty + missingok + copytruncate +}