split myplc into myplc-core (api + www only) and myplc proper (which becomes a meta...
[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