Add conf-dir to dnsmasq settings so that the configuration can be extended.
[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