summarylogtreecommitdiffstats
path: root/webmin.logrotate
blob: 7e45976b7c2274a2560accacc31efd8f151d3b02 (plain)
1
2
3
4
5
6
7
8
/var/log/webmin/miniserv.error /var/log/webmin/*.log {
   missingok
   notifempty
   sharedscripts
   postrotate
      /usr/bin/systemctl reload webmin.service 2>/dev/null || true
   endscript
}