summaryrefslogtreecommitdiffstats
path: root/abs/extra/webmin/webmin.logrotate
blob: 6bffde43caf98f8aecd4e4d5ba13c278a1ade4e7 (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 -q try-reload-or-restart webmin.service 2>/dev/null || true
   endscript
}