convenience keys l:clear m:mark q:quit
[myplc.git] / support-scripts / renew_reminder_logrotate
1 /var/log/renew_reminder {
2     weekly
3     missingok
4     notifempty
5     create 0640 root root
6
7 }
8