Saltstack Official Logrotate Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

27 行
551B

  1. Arch:
  2. service: logrotate.timer
  3. default_config:
  4. tabooext: + .pacorig .pacnew .pacsave
  5. Debian:
  6. default_config:
  7. compress: True
  8. RedHat:
  9. service: crond
  10. default_config:
  11. dateext: True
  12. Suse:
  13. login_records_jobs: False
  14. default_config:
  15. dateext: True
  16. compresscmd: /usr/bin/xz
  17. uncompresscmd: /usr/bin/xzdec
  18. Gentoo:
  19. pkg: app-admin/logrotate
  20. service: cronie
  21. default_config:
  22. tabooext: + .keep
  23. dateext: True
  24. FreeBSD:
  25. conf_file: /usr/local/etc/logrotate.conf
  26. include_dir: /usr/local/etc/logrotate.d
  27. group: wheel