Merge pull request #27 from asenci/master

Compress rotated files by default on Debian
pull/28/head
Niels Abspoel 7 years ago committed by GitHub
commit 183027653e
  1. 5
      logrotate/map.jinja

@ -10,6 +10,11 @@
'tabooext': '+ .pacorig .pacnew .pacsave',
},
},
'Debian': {
'default_config': {
'compress': True,
},
},
'RedHat': {
'service': 'crond',
'default_config': {

Loading…
Cancel
Save